make sure to only release the 'images' repo
openSUSE:Factory:ARM introduced an 'images_staging' repo for the ARMv7 stuff we need to ignore.
This commit is contained in:
parent
8472ea23f5
commit
8f4e97598f
@ -307,6 +307,9 @@ class ToTestBase(object):
|
|||||||
|
|
||||||
if set_release:
|
if set_release:
|
||||||
query['setrelease'] = set_release
|
query['setrelease'] = set_release
|
||||||
|
# FIXME: make configurable. openSUSE:Factory:ARM currently has multiple
|
||||||
|
# repos with release targets, so obs needs to know which one to release
|
||||||
|
query['repository'] = 'images'
|
||||||
|
|
||||||
baseurl = ['source', project, package]
|
baseurl = ['source', project, package]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user