Merge pull request #383 from DimStar77/sle12-updates

manager42: add entries for SUSE:SLE-12-SP1
This commit is contained in:
Ludwig Nussel 2015-08-12 14:08:39 +02:00
commit 9d2c5e2c2d

View File

@ -49,7 +49,7 @@ class UpdateCrawler(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.project_mapping = {} self.project_mapping = {}
for prj in ['SUSE:SLE-12:Update', 'SUSE:SLE-12:GA']: for prj in ['SUSE:SLE-12-SP1:Update', 'SUSE:SLE-12-SP1:GA', 'SUSE:SLE-12:Update', 'SUSE:SLE-12:GA']:
self.project_mapping[prj] = 'openSUSE:42:SLE12-Picks' self.project_mapping[prj] = 'openSUSE:42:SLE12-Picks'
self.project_mapping['openSUSE:Factory'] = 'openSUSE:42:Factory-Copies' self.project_mapping['openSUSE:Factory'] = 'openSUSE:42:Factory-Copies'
self.packages = dict() self.packages = dict()