taskotron-client: fix namespaces.yaml
This commit is contained in:
parent
8da598eb43
commit
716f09ed29
1 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,11 @@ namespaces_safe:
|
||||||
# A list of git repos that are allowed to post a result into a particular namespace
|
# A list of git repos that are allowed to post a result into a particular namespace
|
||||||
namespaces_whitelist:
|
namespaces_whitelist:
|
||||||
qa:
|
qa:
|
||||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/
|
# due to a bug in libtaskotron, list all repos instead of prefix
|
||||||
|
#- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/
|
||||||
|
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmlint/
|
||||||
|
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/depcheck/
|
||||||
|
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/upgradepath/
|
||||||
|
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/dockerautotest/
|
||||||
pkg:
|
pkg:
|
||||||
- git://pkgs.fedoraproject.org/rpms-checks/
|
- git://pkgs.fedoraproject.org/rpms-checks/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue