#161 Fix the anongiturl in fedpkg.conf
Closed 6 years ago by mprahl. Opened 6 years ago by mprahl.
Unknown source anongiturl  into  master

@@ -3,7 +3,7 @@

  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

file modified
+1 -1
@@ -3,7 +3,7 @@

  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

When testing out https://bodhi.fedoraproject.org/updates/FEDORA-2017-ea72793352, I wasn't able to submit a module build because the https git URL was incorrect for Pagure over dist-git. This should fix it.

Pull-Request has been closed by mprahl

6 years ago