5df593
Another commands tested
@@ -13,6 +13,8 @@ tracebacks during development.
|
|
13
13
|
## Supported commands
|
14
14
|
Here is the list currently supported commands by centpkg:
|
15
15
|
* clone
|
16
|
+
* sources
|
17
|
+
* new-sources
|
16
18
|
|
17
19
|
## Current workflow
|
18
20
|
For a sig working on a package in git.centos.org, the following workflow is
|
@@ -7,8 +7,8 @@ distgit_namespaces = rpms
|
|
7
7
|
gitbaseurl = ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
8
8
|
anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s
|
9
9
|
branchre = .+\d$|.+\d-.+|master$
|
10
|
-
kojiprofile = stream
|
11
|
-
build_client = stream
|
10
|
+
kojiprofile = stream
|
11
|
+
build_client = stream
|
12
12
|
kerberos_realms = REDHAT.COM,IPA.REDHAT.COM
|
13
13
|
lookaside_namespaced = True
|
14
14
|
git_excludes =
|