From 7eaed349b38ed3e482f543abb717390b5d6b9afe Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 5 Jan 2018 09:42:26 +0100 Subject: [PATCH] Revert "osclib/conf: allow devel projects to utilize tools that require conf." Breaks SLE This reverts commit 562743e906ca9fa1bc3beada77f3342f3841482b. --- osclib/conf.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/osclib/conf.py b/osclib/conf.py index af042af0..949f01b8 100644 --- a/osclib/conf.py +++ b/osclib/conf.py @@ -109,24 +109,6 @@ DEFAULT = { 'delreq-review': None, 'main-repo': 'standard', }, - # Allows devel projects to utilize tools that require config, but not - # complete StagingAPI support. - r'(?P.*$)': { - 'staging': '%(project)s', # Allows for dashboard/config if desired. - 'staging-group': None, - 'staging-archs': '', - 'staging-dvd-archs': '', - 'rings': None, - 'nonfree': None, - 'rebuild': None, - 'product': None, - 'openqa': None, - 'lock': None, - 'lock-ns': None, - 'delreq-review': None, - 'main-repo': 'openSUSE_Factory', - 'remote-config': False, - }, } #