Skip to content

Commit

Permalink
Merge pull request #17 from Conan-Kudo/distgitclient-fixes
Browse files Browse the repository at this point in the history
To provide a description about what use-case this actually fixes:
`fedpkg-copr clone <repo> --branches`
  • Loading branch information
clime committed Oct 4, 2016
2 parents 9348202 + 62e6e08 commit 61b5b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-git-client/fedpkg-copr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ lookaside_cgi = https://209.132.184.41/repo/pkgs/upload.cgi
gitbaseurl = ssh://%(user)s@209.132.184.41/%(module)s
anongiturl = git://209.132.184.41/%(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$
branchre = f\d$|f\d\d$|el\d$|olpc\d$|mga\d$|cauldron$|master$
kojiconfig = /etc/koji.conf
build_client = koji

0 comments on commit 61b5b9f

Please sign in to comment.