diff --git a/osclib/conf.py b/osclib/conf.py index 607182af..7b02b04d 100644 --- a/osclib/conf.py +++ b/osclib/conf.py @@ -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,