Merge pull request #1107 from coolo/build_sle_images
SUSE: wants to build test dvds on 'local' workers
This commit is contained in:
commit
7357c5f7a1
@ -64,7 +64,7 @@ DEFAULT = {
|
||||
'staging-group': 'sle-staging-managers', # '%(project.lower)s-staging',
|
||||
'staging-archs': 'i586 x86_64',
|
||||
'staging-dvd-archs': '',
|
||||
'nocleanup-packages': 'Test-DVD-x86_64 sles-release',
|
||||
'nocleanup-packages': '000product.local kernel-firmware',
|
||||
'rings': 'SUSE:%(project)s:Rings',
|
||||
'nonfree': None,
|
||||
'rebuild': None,
|
||||
|
@ -212,6 +212,10 @@ class FreezeCommand(object):
|
||||
|
||||
r = ET.SubElement(root, 'repository', {'name': 'images', 'linkedbuild': 'all', 'rebuild': 'direct'})
|
||||
ET.SubElement(r, 'path', {'project': prj, 'repository': 'standard'})
|
||||
|
||||
if prj.startswith('SUSE:'):
|
||||
a = ET.SubElement(r, 'arch')
|
||||
a.text = 'local'
|
||||
a = ET.SubElement(r, 'arch')
|
||||
a.text = 'x86_64'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user