#5 Add a koji.conf.d file for CentOS stream.
Closed 3 years ago by jamesantill. Opened 3 years ago by jamesantill.
centos/ jamesantill/centpkg develop  into  develop

file modified
+1
@@ -48,6 +48,7 @@ 

  %defattr(-,root,root,-)

  %doc README.md COPYING

  %config %{_sysconfdir}/rpkg/centpkg.conf

+ %config %{_sysconfdir}/koji.conf.d/centpkg.conf

  %{_bindir}/%{name}

  %{python_sitelib}/*

  

file modified
+2 -1
@@ -41,5 +41,6 @@ 

      packages=['centpkg'],

      install_requires=get_requirements(),

      scripts=['src/bin/centpkg'],

-     data_files=[('/etc/rpkg',['src/centpkg.conf']),]

+     data_files=[('/etc/rpkg',['src/centpkg.conf']),

+                 ('/etc/koji.conf.d',['src/stream.conf'])]

  )

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

+ ; configuration for centpkg compat. to talk to the CentOS Stream koji instance

+ ; can  be used via. koji -p stream

+ 

+ [stream]

+ ; url of XMLRPC server

+ server = https://kojihub.stream.rdu2.redhat.com/kojihub

+ 

+ weburl = https://kojihub.stream.rdu2.redhat.com/koji

+ 

+ ; url of package download site

+ topurl = http://kojihub.stream.rdu2.redhat.com/kojifiles

+ 

+ authtype = kerberos

+ ;krb_rdns = false

+ 

+ use_fast_upload = yes

+ 

+ anon_retry = yes

+ krbservice = kojihub

+ topdir = /mnt/koji

+ 

no initial comment

-1, the koji configs are shipped in a separate package

@bstinson did you want a sub-package or have them somewhere else completely?

So this needs to go into a new internal package, like the brewkoji wrapper package by rcm.

This is being done in a separate pacakge.

Pull-Request has been closed by jamesantill

3 years ago