#94 fedpkg clone -a should use https transport
Merged 7 years ago by cqi. Opened 7 years ago by cqi.

file modified
+3
@@ -4,7 +4,10 @@ 

  NEXT

  ----

  

+ - fedpkg clone -a uses https transport - BZ#1188634 (cqi)

+ - Fix handle unicode chars in git log - BZ#1404724 (cqi)

  - Fix: make fedpkg workable with bodhi 2 CLI - #87 (cqi)

+ - Fix --dist/--release option for 'master' %dist detection (praiskup)

  

  v1.26-3 (2016-12-12)

  --------------------

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 = git://pkgs.fedoraproject.org/%(module)s

+ anongiturl = https://src.fedoraproject.org/git/%(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

Resolves: BZ#1188634

Signed-off-by: Chenxiong Qi cqi@redhat.com

I just found this bug and have a quick fix.

rebased

7 years ago

rebased

7 years ago

Pull-Request has been merged by cqi

7 years ago

https://src.fedoraproject.org/cgit/rpms/8Kingdoms.git/commit/?id=617604a0d47bf7fd2d7639915b74822fc1b7d588

This is a link pointing to a commit in dist-git. It has different format than the one used in this patch. Obviously, the latter one should be wrong. Before reverting this change to anongiturl, I'll firstly verify if above link format works.