Use api.opensuse.org instead
This commit is contained in:
parent
05e986e15e
commit
d9dbbd6887
@ -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
|
||||
|
@ -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."
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user