osclib/conf: set staging-dvd-archs to empty for SUSE:* projects.

Currently none of the SUSE:* projects have :DVD subprojects and there is
no way to know short of checking if the project exists. This allows for
len(staging-dvd-archs) to be used to know.
This commit is contained in:
Jimmy Berry 2017-08-24 21:45:11 -05:00
parent 2345965455
commit acced3a66c

View File

@ -63,7 +63,7 @@ DEFAULT = {
'staging': 'SUSE:%(project)s:Staging',
'staging-group': 'sle-staging-managers', # '%(project.lower)s-staging',
'staging-archs': 'i586 x86_64',
'staging-dvd-archs': 'x86_64',
'staging-dvd-archs': '',
'nocleanup-packages': 'Test-DVD-x86_64 sles-release',
'rings': 'SUSE:%(project)s:Rings',
'nonfree': None,
@ -78,7 +78,7 @@ DEFAULT = {
'staging': 'SUSE:%(project)s:Staging',
'staging-group': 'sle-staging-managers', # '%(project.lower)s-staging',
'staging-archs': 'i586 x86_64',
'staging-dvd-archs': 'x86_64',
'staging-dvd-archs': '',
'nocleanup-packages': 'Test-DVD-x86_64 sles-release',
'rings': None,
'nonfree': None,