From 58d76a7edc89f650395f52a802b857933c699943 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Dec 15 2016 14:16:52 +0000 Subject: fedpkg clone -a uses https transport Resolves: BZ#1188634 Signed-off-by: Chenxiong Qi --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2383c5f..1111811 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,10 @@ ChangeLog NEXT ---- +- fedpkg clone -a uses https transport - BZ#1188634 (cqi) +- Fix handle unicode chars in git log - BZ#1404724 (cqi) - Fix: make fedpkg workable with bodhi 2 CLI - #87 (cqi) +- Fix --dist/--release option for 'master' %dist detection (praiskup) v1.26-3 (2016-12-12) -------------------- diff --git a/conf/etc/rpkg/fedpkg.conf b/conf/etc/rpkg/fedpkg.conf index c927b80..d134eda 100644 --- a/conf/etc/rpkg/fedpkg.conf +++ b/conf/etc/rpkg/fedpkg.conf @@ -3,7 +3,7 @@ lookaside = https://src.fedoraproject.org/repo/pkgs lookasidehash = sha512 lookaside_cgi = https://src.fedoraproject.org/repo/pkgs/upload.cgi gitbaseurl = ssh://%(user)s@pkgs.fedoraproject.org/%(module)s -anongiturl = git://pkgs.fedoraproject.org/%(module)s +anongiturl = https://src.fedoraproject.org/git/%(module)s tracbaseurl = https://%(user)s:%(password)s@fedorahosted.org/rel-eng/login/xmlrpc branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$ kojiconfig = /etc/koji.conf