#147 update confiig file names and locations
Merged 8 years ago by maxamillion. Opened 8 years ago by ausil.
Unknown source configs  into  master

file modified
+2
@@ -70,10 +70,12 @@

  

  fedora_certdir = $(pythondir)/fedora_cert

  EXTRA_DIST += configs/arm.conf \

+ 	configs/fedora.conf \

  	configs/ppc.conf \

  	configs/s390.conf \

  	configs/stg.conf

  kojiconf_DATA = $(srcdir)/configs/arm.conf \

+ 	$(srcdir)/configs/fedora.conf \

  	$(srcdir)/configs/ppc.conf \

  	$(srcdir)/configs/s390.conf \

  	$(srcdir)/configs/stg.conf

file modified
+2
@@ -13,3 +13,5 @@

  

  authtype = kerberos

  krb_rdns = false

+ 

+ use_fast_upload = yes

file added
+17
@@ -0,0 +1,17 @@

+ [fedora]

+ 

+ ;configuration for koji cli tool

+ 

+ ;url of XMLRPC server

+ server = https://koji.fedoraproject.org/kojihub

+ 

+ ;url of web interface

+ weburl = https://koji.fedoraproject.org/koji

+ 

+ ;url of package download site

+ topurl = https://kojipkgs.fedoraproject.org/

+ 

+ authtype = kerberos

+ krb_rdns = false

+ 

+ use_fast_upload = yes

file modified
+2
@@ -13,3 +13,5 @@

  

  authtype = kerberos

  krb_rdns = false

+ 

+ use_fast_upload = yes

file modified
+2
@@ -13,3 +13,5 @@

  

  authtype = kerberos

  krb_rdns = false

+ 

+ use_fast_upload = yes

file modified
+2
@@ -13,3 +13,5 @@

  

  authtype = kerberos

  krb_rdns = false

+ 

+ use_fast_upload = yes

make sure koji will read the arch config files

1 new commit added

  • install the fedora.conf koji config
8 years ago

rebased

8 years ago

Pull-Request has been merged by maxamillion

8 years ago