updated software repo url

This commit is contained in:
Malte Jürgens 2023-01-17 13:39:46 +01:00
parent 0e2b04be48
commit 1749acf960
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -184,11 +184,6 @@ Update Repositories:
script:
- |
#
FILEVER=$(cat version)-$(cat source_release) ; grep -q 1 release ; if [ ! $? ]; then FILEVER=$(cat version)-$(cat source_release)-$(cat release); fi
curl "https://shorsh.de/update_lw_repos.php?version=$FILEVER&log=false&token=$REPO_DEPLOY_TOKEN"
echo "Submitted update request to live LibreWolf repositories"
body=$(cat <<EOF
{
@ -227,6 +222,6 @@ Update Repositories:
EOF
)
id=$(curl "https://staging.updaterepos.librewolf.net/job" --request POST --data "$body")
id=$(curl "https://updaterepos.librewolf.net/job" --request POST --data "$body")
echo "Submitted update request to staging LibreWolf Software Repository (https://staging.updaterepos.librewolf.net/job?id=$id)"
echo "Submitted update request to LibreWolf Software Repository (https://updaterepos.librewolf.net/job?id=$id)"