From 9979cf2a645a85f698254c6c25012955fc887c06 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Apr 20 2017 19:57:24 +0000 Subject: changing anongiturl to use src.fp.o instead of pkgs.fp.o. fixes #119 Signed-off-by: Tim Flink --- diff --git a/conf/etc/rpkg/fedpkg-stage.conf b/conf/etc/rpkg/fedpkg-stage.conf index 1e36a61..f78d977 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 = git://pkgs.stg.fedoraproject.org/%(module)s +anongiturl = https://src.stg.fedoraproject.org/git/%(module)s branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$ kojiconfig = /etc/koji.conf.d/stg.conf build_client = koji diff --git a/conf/etc/rpkg/fedpkg.conf b/conf/etc/rpkg/fedpkg.conf index f5a6c96..1fd68d9 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 branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$ kojiconfig = /etc/koji.conf build_client = koji