From 46eae2f954d09c371a7bceb8dd4a76a52e3e510a Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Feb 24 2017 01:04:23 +0000 Subject: Restore anonymous clone link This reverts the change made in 58d76a7 that was requested in bug 1188634. That change results in Koji build from an anonymous clone fails. Resolves: rhbz#1425913 Signed-off-by: Chenxiong Qi --- diff --git a/conf/etc/rpkg/fedpkg.conf b/conf/etc/rpkg/fedpkg.conf index d134eda..c927b80 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 = https://src.fedoraproject.org/git/%(module)s +anongiturl = git://pkgs.fedoraproject.org/%(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