koschei-refresh-distgit-group: Exclude non-rpms namespaces (#7636)
This commit is contained in:
parent
6cac5e473c
commit
bed6d7aadc
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ if [ "$#" -ne 2 ]; then
|
|||
exit 1
|
||||
fi
|
||||
set -e
|
||||
curl -s "https://src.fedoraproject.org/api/0/group/${2}?projects=1" | jq -r '.projects[].name' | koschei-admin edit-group "${1}" --content-from-file - --append
|
||||
curl -s "https://src.fedoraproject.org/api/0/group/${2}?projects=1" | jq -r '.projects[]|select(.namespace=="rpms").name' | koschei-admin edit-group "${1}" --content-from-file - --append
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue