mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
Clone command is working
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
370301a702
commit
31716f2b6e
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue