Fix typo in koschei refresh script
This commit is contained in:
parent
678ccbcfa7
commit
b02601b637
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if [ "$#" -lt 2 ]; then
|
|||
fi
|
||||
set -e
|
||||
repodata=`find /var/cache/koschei/repodata/ -maxdepth 1 -type d -name 'primary-f*' | sort -nr | head -n1`
|
||||
repoid=`basename repodata`
|
||||
repoid=`basename $repodata`
|
||||
group=$1
|
||||
shift
|
||||
dnf repoquery --repofrompath "$repoid,$repodata/x86_64" --repoid "$repoid" --qf '%{sourcerpm}' "$@" | sed 's|-[^-]*-[^-]*$||' | koschei-admin edit-group "$group" --content-from-file - --append
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue