Skip to content

makerepropkg: Add -n to allow running makepkg with --nocheck

kpcyrd requested to merge kpcyrd/devtools:makerepropkg-nocheck into master

This allows checking if running the build with/without tests has an impact on the build output.

These two commands would be equivalent:

makerepropkg -n python-bcrypt-4.0.1-3-x86_64.pkg.tar.zst
archlinux-repro -f -n python-bcrypt-4.0.1-3-x86_64.pkg.tar.zst

Merge request reports