Skip to content

Commit

Permalink
rpm2kit: drop unnecessary "--all" argument
Browse files Browse the repository at this point in the history
In dnf4, "--all" is the long way of writing "*", which is also the
default if no argument is specified.

It's no longer supported in dnf5, so just get rid of it.

Signed-off-by: Ben Cressey <bcressey@amazon.com>
  • Loading branch information
bcressey committed Jan 7, 2025
1 parent b0347e6 commit 245c672
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 245c672

Please sign in to comment.