chore: element-web, hydrogen-web: new github repo
Some checks failed
/ ansible-semaphore (push) Failing after 51s
/ atlasswprobe (push) Successful in 9m52s
/ daliserver (push) Successful in 1m20s
/ forgejo (push) Successful in 5m4s
/ forgejo-runner (push) Successful in 1m47s
/ http-mqtt-bridge (push) Failing after 27s
/ keycloak-23 (push) Failing after 43s
/ keycloak-24 (push) Failing after 32s
/ linux-diversion-ath-regd-optional (push) Successful in 19m3s
/ lottieconverter (push) Failing after 50s
/ matterbridge (push) Failing after 49s
/ matrix-element-web (push) Failing after 49s
/ matrix-hydrogen (push) Failing after 49s
/ matrix.to (push) Failing after 4m34s
/ maubot (push) Successful in 4m33s
/ maubot-plugin-spaceapi (push) Successful in 2m9s
/ maubot-plugin-ultimaker (push) Successful in 2m7s
/ mautrix-signal (push) Failing after 44s
/ mautrix-telegram (push) Failing after 38s
/ mediawiki-extension-auth-remoteuser (push) Successful in 1m6s
/ mediawiki-extension-nativesvghandler (push) Successful in 1m11s
/ mediawiki-extension-openidconnect (push) Successful in 1m16s
/ mediawiki-extension-pluggableauth (push) Successful in 1m6s
/ mqtt2prometheus (push) Failing after 1m35s
/ prometheus-ipmi-exporter (push) Failing after 39s
/ prometheus-dnsbl-exporter (push) Failing after 42s
/ prometheus2influxdb (push) Successful in 57s
/ python3-mautrix (push) Failing after 45s
/ python3-telethon (push) Successful in 1m23s
/ repo.s3lph.me-apt-source (push) Successful in 57s
/ republik-feeder (push) Failing after 44s
/ woodpecker-agent (push) Failing after 40s
/ woodpecker-cli (push) Failing after 38s

This commit is contained in:
s3lph 2024-03-04 22:16:40 +01:00
parent 9e60e82b0b
commit df34515ef1
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
3 changed files with 4 additions and 4 deletions

View file

@ -19,8 +19,8 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/).
- [keycloak-24](https://github.com/keycloak/keycloak)
- [linux-diversion-ath-regd-optional](https://github.com/twisteroidambassador/arch-linux-ath-user-regd/issues/1)
- [lottieconverter](https://github.com/sot-tech/LottieConverter)
- [matrix-element-web](https://github.com/vector-im/element-web/)
- [matrix-hydrogen](https://github.com/vector-im/hydrogen-web/)
- [matrix-element-web](https://github.com/element-hq/element-web/)
- [matrix-hydrogen](https://github.com/element-hq/hydrogen-web/)
- [matrix.to](https://github.com/matrix-org/matrix.to)
- [matterbridge](https://github.com/42wim/matterbridge/)
- [maubot](https://github.com/maubot/maubot)

View file

@ -2,7 +2,7 @@
set -exo pipefail
API_URL=https://api.github.com/repos/vector-im/element-web/releases
API_URL=https://api.github.com/repos/element-hq/element-web/releases
JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="develop" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("element-.*.tar.gz$")).browser_download_url )"'
ROOT=$(pwd)

View file

@ -2,7 +2,7 @@
set -exo pipefail
API_URL=https://api.github.com/repos/vector-im/hydrogen-web/releases
API_URL=https://api.github.com/repos/element-hq/hydrogen-web/releases
JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="master" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("hydrogen-web-.*.tar.gz$")).browser_download_url )"'
ROOT=$(pwd)