Use api.opensuse.org instead

This commit is contained in:
Lubos Kocman 2023-01-04 18:14:12 +01:00
parent 05e986e15e
commit d9dbbd6887
3 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ mkdir $checkoutdr
pushd $checkoutdr
# Checkout only metadata to speed it up
osc -A https://build.opensuse.org co -M $PROJ
osc -A https://api.opensuse.org co -M $PROJ
pushd $PROJ:POST
# Get binaries for all repos / arches

View File

@ -16,8 +16,8 @@ echo
echo "Pres Enter to proceed or ctrl+c to cancel."
read
osc -A https://build.opensuse.org release --no-delay $SOURCE_PROJ
osc -A https://build.opensuse.org prjresults $SOURCE_PROJ
osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ
osc -A https://api.opensuse.org prjresults $SOURCE_PROJ
echo
echo "Please proceed by running 'make_archive.sh' once the data was released."

View File

@ -18,8 +18,8 @@ echo
echo "Pres Enter to proceed or ctrl+c to cancel."
read
osc -A https://build.opensuse.org release --no-delay $SOURCE_PROJ
osc -A https://build.opensuse.org prjresults $SOURCE_PROJ
osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ
osc -A https://api.opensuse.org prjresults $SOURCE_PROJ
echo
echo "Done"