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:
Ludwig Nussel 2016-02-15 11:41:32 +01:00
parent 8472ea23f5
commit 8f4e97598f

View File

@ -307,6 +307,9 @@ class ToTestBase(object):
if 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]