diff --git a/README.md b/README.md index 2d82532..cd371d3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ For now only a very small subset of rpkg commands are enabled. Exception handling at the top level has been disabled for now to get better tracebacks during development. +## Supported commands +Here is the list currently supported commands by centpkg: +* clone + ## Current workflow For a sig working on a package in git.centos.org, the following workflow is recommended: diff --git a/src/centpkg.conf b/src/centpkg.conf index b818a86..d8066c0 100644 --- a/src/centpkg.conf +++ b/src/centpkg.conf @@ -4,8 +4,8 @@ lookasidehash = sha512 lookaside_cgi = https://sources.stream.rdu2.redhat.com/lookaside/upload.cgi distgit_namespaced = True distgit_namespaces = rpms -gitbaseurl = ssh://git@gitlab.com/%(repo)s.git -anongiturl = https://gitlab.com/%(repo)s +gitbaseurl = ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git +anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s branchre = .+\d$|.+\d-.+|master$ kojiprofile = stream-koji build_client = stream-koji