From 284618ebd899c06059876531a7687d40e9a17ecc Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Oct 31 2017 00:04:32 +0000 Subject: Fix the anongiturl Signed-off-by: Patrick Uiterwijk --- diff --git a/conf/etc/rpkg/fedpkg-stage.conf b/conf/etc/rpkg/fedpkg-stage.conf index e52e97a..91cdb02 100644 --- a/conf/etc/rpkg/fedpkg-stage.conf +++ b/conf/etc/rpkg/fedpkg-stage.conf @@ -3,7 +3,7 @@ lookaside = https://src.stg.fedoraproject.org/repo/pkgs lookasidehash = sha512 lookaside_cgi = https://src.stg.fedoraproject.org/repo/pkgs/upload.cgi gitbaseurl = ssh://%(user)s@pkgs.stg.fedoraproject.org/%(module)s -anongiturl = https://src.stg.fedoraproject.org/git/%(module)s +anongiturl = https://src.stg.fedoraproject.org/%(module)s.git branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$ kojiprofile = stg build_client = koji diff --git a/conf/etc/rpkg/fedpkg.conf b/conf/etc/rpkg/fedpkg.conf index 78a8766..993ba03 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 = https://src.fedoraproject.org/%(module)s.git branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$ kojiprofile = koji build_client = koji