updated software repo url
This commit is contained in:
parent
0e2b04be48
commit
1749acf960
1 changed files with 2 additions and 7 deletions
|
|
@ -184,11 +184,6 @@ Update Repositories:
|
||||||
script:
|
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
|
body=$(cat <<EOF
|
||||||
{
|
{
|
||||||
|
|
@ -227,6 +222,6 @@ Update Repositories:
|
||||||
EOF
|
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)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue