Fix staging bot to actually run on SP2

This commit is contained in:
Stephan Kulow
2019-07-26 09:51:01 +02:00
parent 14459251b8
commit dd1960541e
2 changed files with 12 additions and 12 deletions

View File

@@ -134,12 +134,12 @@ pipelines:
ln -s $PWD/osclib $tempdir/.osc-plugins
export HOME=$tempdir
osc -A https://api.opensuse.org staging -p openSUSE:Factory rebuild
osc -A https://api.opensuse.org staging -p openSUSE:Factory list --supersede
osc -A https://api.opensuse.org staging -p openSUSE:Factory adi --by-develproject
osc -A https://api.opensuse.org staging -p openSUSE:Factory select --non-interactive --merge --try-strategies
osc -A https://api.opensuse.org staging -p openSUSE:Factory unselect --cleanup
osc -A https://api.opensuse.org staging -p openSUSE:Factory repair --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA adi --by-develproject
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA select --non-interactive --merge --try-strategies
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA repair --cleanup
rm -rf $tempdir
S15.SP2.Staging.Bot.Report:
group: SLE.Checkers