[Git][reproducible-builds/koji][master] 2 commits: Install a conf file for fedora's current main koji hub
Ximin Luo
gitlab at salsa.debian.org
Sun Jul 8 21:37:57 CEST 2018
Ximin Luo pushed to branch master at Reproducible Builds / koji
Commits:
feeb37ba by Ximin Luo at 2018-07-08T12:30:05-07:00
Install a conf file for fedora's current main koji hub
- - - - -
56038482 by Ximin Luo at 2018-07-08T12:37:20-07:00
Release 1.16.0-2 to Debian unstable.
- - - - -
3 changed files:
- debian/changelog
- + debian/fedora.conf
- debian/koji-client.install
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+koji (1.16.0-2) unstable; urgency=medium
+
+ * Install a conf file for fedora's current main koji hub.
+
+ -- Ximin Luo <infinity0 at debian.org> Sun, 08 Jul 2018 12:37:16 -0700
+
koji (1.16.0-1) unstable; urgency=medium
* New upstream release. (Closes: #877921, #877886, #877887)
=====================================
debian/fedora.conf
=====================================
--- /dev/null
+++ b/debian/fedora.conf
@@ -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
=====================================
debian/koji-client.install
=====================================
--- a/debian/koji-client.install
+++ b/debian/koji-client.install
@@ -3,3 +3,4 @@
/usr/bin/koji
/usr/lib/python2.7/site-packages/koji_cli_plugins/
/usr/lib/python2.7/site-packages/koji_cli/
+debian/fedora.conf /etc/koji.conf.d/
View it on GitLab: https://salsa.debian.org/reproducible-builds/koji/compare/4ec28edce819f41732f6b62bb59595b2927b708b...56038482e1b2da8befb7a5e697037eb3199842a2
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/koji/compare/4ec28edce819f41732f6b62bb59595b2927b708b...56038482e1b2da8befb7a5e697037eb3199842a2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180708/001d8dc5/attachment.html>
More information about the rb-commits
mailing list