diff --git a/osclib/conf.py b/osclib/conf.py index d333cd67..0520f966 100644 --- a/osclib/conf.py +++ b/osclib/conf.py @@ -64,7 +64,7 @@ DEFAULT = { 'staging-group': 'factory-staging', 'staging-archs': 'i586 x86_64', 'staging-dvd-archs': 'x86_64', - 'nocleanup-packages': 'Test-DVD-x86_64 bootstrap-copy', + 'nocleanup-packages': 'bootstrap-copy 000product 000release-packages', 'rings': 'openSUSE:%(project)s:Rings', 'nonfree': 'openSUSE:%(project)s:NonFree', 'rebuild': 'openSUSE:%(project)s:Rebuild', @@ -95,7 +95,7 @@ DEFAULT = { 'pkglistgen-archs': 'x86_64', 'pkglistgen-archs-ports': 'aarch64', 'pkglistgen-locales-from': 'openSUSE.product', - 'pkglistgen-include-suggested': '1', + 'pkglistgen-include-suggested': 'False', 'pkglistgen-delete-kiwis-rings': 'openSUSE-ftp-ftp-x86_64.kiwi openSUSE-cd-mini-x86_64.kiwi', 'pkglistgen-delete-kiwis-staging': 'openSUSE-ftp-ftp-x86_64.kiwi openSUSE-cd-mini-x86_64.kiwi', 'mail-list': 'opensuse-factory@opensuse.org',