Merge pull request #1273 from nilxam/up_fcc_15

fcc_submitter: update to Leap 15.0
This commit is contained in:
Ludwig Nussel 2017-11-27 13:17:07 +01:00 committed by GitHub
commit 7c622d7e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@ import osc.core
from osc import oscerr
from osclib.memoize import memoize
OPENSUSE = 'openSUSE:Leap:42.3'
OPENSUSE_PREVERSION = 'openSUSE:Leap:42.2'
OPENSUSE = 'openSUSE:Leap:15.0'
OPENSUSE_PREVERSION = 'openSUSE:Leap:42.3'
FCC = 'openSUSE:42:Factory-Candidates-Check'
makeurl = osc.core.makeurl
@ -70,7 +70,7 @@ class FccFreezer(object):
logging.debug("Processing %s" % (package))
# If the package is an internal one (e.g _product)
if package.startswith('_') or package.startswith('Test-DVD'):
if package.startswith('_') or package.startswith('Test-DVD') or package.startswith('000'):
return None
for linked in si.findall('linked'):
@ -140,6 +140,9 @@ class FccSubmitter(object):
self.apiurl = osc.conf.config['apiurl']
self.debug = osc.conf.config['debug']
self.sle_base_prjs = [
'SUSE:SLE-15:GA',
'SUSE:SLE-12-SP3:Update',
'SUSE:SLE-12-SP3:GA',
'SUSE:SLE-12-SP2:Update',
'SUSE:SLE-12-SP2:GA',
'SUSE:SLE-12-SP1:Update',