mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Merge #258 koji.conf issues
This commit is contained in:
@@ -114,6 +114,8 @@ class DevConfiguration(BaseConfiguration):
|
||||
# FAS_PASSWORD = os.environ('FAS_PASSWORD') # you could store it here
|
||||
# FAS_PASSWORD = commands.getoutput('pass your_fas_password').strip()
|
||||
|
||||
KOJI_CONFIG = path.join(confdir, 'koji.conf')
|
||||
KOJI_PROFILE = 'staging'
|
||||
KOJI_ARCHES = ['x86_64']
|
||||
KOJI_REPOSITORY_URL = 'http://kojipkgs.stg.fedoraproject.org/repos'
|
||||
|
||||
@@ -123,7 +125,6 @@ class DevConfiguration(BaseConfiguration):
|
||||
SSL_CERTIFICATE_KEY_FILE = path.join(confdir, 'server.key')
|
||||
SSL_CA_CERTIFICATE_FILE = path.join(confdir, 'cacert.pem')
|
||||
|
||||
KOJI_CONFIG = path.join(confdir, 'koji.conf')
|
||||
COPR_CONFIG = path.join(confdir, 'copr.conf')
|
||||
|
||||
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
;configuration for koji cli tool
|
||||
|
||||
;url of XMLRPC server
|
||||
server = http://koji.stg.fedoraproject.org/kojihub
|
||||
server = https://koji.fedoraproject.org/kojihub
|
||||
|
||||
;url of web interface
|
||||
weburl = http://koji.stg.fedoraproject.org/koji
|
||||
weburl = https://koji.fedoraproject.org/koji
|
||||
|
||||
;url of package download site
|
||||
topurl = http://kojipkgs.fedoraproject.org/
|
||||
topurl = https://kojipkgs.fedoraproject.org/
|
||||
|
||||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
@@ -24,7 +24,8 @@ topurl = http://kojipkgs.fedoraproject.org/
|
||||
authtype = kerberos
|
||||
|
||||
[staging]
|
||||
server = http://koji.stg.fedoraproject.org/kojihub
|
||||
weburl = http://koji.stg.fedoraproject.org/koji
|
||||
server = https://koji.stg.fedoraproject.org/kojihub
|
||||
weburl = https://koji.stg.fedoraproject.org/koji
|
||||
topurl = https://kojipkgs.stg.fedoraproject.org/
|
||||
authtype = kerberos
|
||||
krb_rdns = false
|
||||
|
||||
Reference in New Issue
Block a user