mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-06-14 22:17:34 +08:00
Remove references to COPR
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[copr-cli]
|
||||
login =
|
||||
username =
|
||||
token =
|
||||
copr_url = http://copr-fe-dev.cloud.fedoraproject.org
|
||||
Reference in New Issue
Block a user