[koschei] DNF's --repoid does not work as expected

This commit is contained in:
Mikolaj Izdebski 2016-05-30 14:08:23 +00:00
parent 8a839c6ccb
commit 99aa577371

View file

@ -8,4 +8,4 @@ repodata=`find /var/cache/koschei/repodata/ -maxdepth 1 -type d -name 'primary-f
repoid=`basename $repodata`
group=$1
shift
dnf repoquery --repofrompath "$repoid,$repodata/x86_64" --repoid "$repoid" --srpm --qf '%{name}' "$@" | koschei-admin edit-group "$group" --content-from-file - --append
dnf repoquery --repofrompath "$repoid,$repodata/x86_64" --disablerepo \* --enablerepo "$repoid" --srpm --qf '%{name}' "$@" | koschei-admin edit-group "$group" --content-from-file - --append