From 084fb7fa6edc7eff9d24b66b475ee92630f7c34f Mon Sep 17 00:00:00 2001 From: mprahl Date: Oct 25 2017 13:12:12 +0000 Subject: Fix the anongiturl in fedpkg.conf --- diff --git a/conf/etc/rpkg/fedpkg-stage.conf b/conf/etc/rpkg/fedpkg-stage.conf index e52e97a..5c72a79 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 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..8142757 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 branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$ kojiprofile = koji build_client = koji