Merge pull request #1273 from nilxam/up_fcc_15
fcc_submitter: update to Leap 15.0
This commit is contained in:
commit
7c622d7e66
@ -34,8 +34,8 @@ import osc.core
|
|||||||
from osc import oscerr
|
from osc import oscerr
|
||||||
from osclib.memoize import memoize
|
from osclib.memoize import memoize
|
||||||
|
|
||||||
OPENSUSE = 'openSUSE:Leap:42.3'
|
OPENSUSE = 'openSUSE:Leap:15.0'
|
||||||
OPENSUSE_PREVERSION = 'openSUSE:Leap:42.2'
|
OPENSUSE_PREVERSION = 'openSUSE:Leap:42.3'
|
||||||
FCC = 'openSUSE:42:Factory-Candidates-Check'
|
FCC = 'openSUSE:42:Factory-Candidates-Check'
|
||||||
|
|
||||||
makeurl = osc.core.makeurl
|
makeurl = osc.core.makeurl
|
||||||
@ -70,7 +70,7 @@ class FccFreezer(object):
|
|||||||
logging.debug("Processing %s" % (package))
|
logging.debug("Processing %s" % (package))
|
||||||
|
|
||||||
# If the package is an internal one (e.g _product)
|
# 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
|
return None
|
||||||
|
|
||||||
for linked in si.findall('linked'):
|
for linked in si.findall('linked'):
|
||||||
@ -140,6 +140,9 @@ class FccSubmitter(object):
|
|||||||
self.apiurl = osc.conf.config['apiurl']
|
self.apiurl = osc.conf.config['apiurl']
|
||||||
self.debug = osc.conf.config['debug']
|
self.debug = osc.conf.config['debug']
|
||||||
self.sle_base_prjs = [
|
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:Update',
|
||||||
'SUSE:SLE-12-SP2:GA',
|
'SUSE:SLE-12-SP2:GA',
|
||||||
'SUSE:SLE-12-SP1:Update',
|
'SUSE:SLE-12-SP1:Update',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user