Skip to content

Commit

Permalink
Merge pull request #435 from bcressey/dnf5-repoquery
Browse files Browse the repository at this point in the history
rpm2kit: drop unnecessary "--all" argument
  • Loading branch information
cbgbt authored Jan 13, 2025
2 parents 2899c62 + 245c672 commit f440019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twoliter/embedded/rpm2kit
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for pkg in ${PACKAGES} ; do
done

createrepo_c "${KIT_DIR}"
dnf --disablerepo '*' --repofrompath "kit,file:///${KIT_DIR}" repoquery --all
dnf --disablerepo '*' --repofrompath "kit,file:///${KIT_DIR}" repoquery

WORK_DIR="$(mktemp -d)"

Expand Down

0 comments on commit f440019

Please sign in to comment.