Remove references to COPR

This commit is contained in:
mprahl
2018-06-28 10:00:06 -04:00
parent 2a5c56a71a
commit 36a9026ca8
18 changed files with 34 additions and 565 deletions

View File

@@ -32,7 +32,6 @@ class BaseConfiguration(object):
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
KOJI_TAG_PREFIXES = ['module']
KOJI_ENABLE_CONTENT_GENERATOR = True
COPR_CONFIG = '/etc/module-build-service/copr.conf'
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
PDC_INSECURE = False
PDC_DEVELOP = True
@@ -138,4 +137,3 @@ class LocalBuildConfiguration(BaseConfiguration):
class DevConfiguration(LocalBuildConfiguration):
DEBUG = True
LOG_BACKEND = 'console'
COPR_CONFIG = path.join(confdir, 'copr.conf')

View File

@@ -1,5 +0,0 @@
[copr-cli]
login =
username =
token =
copr_url = http://copr-fe-dev.cloud.fedoraproject.org