Skip to content

signature.py: enforce sane gpg options

nl6720 requested to merge nl6720/arch-release-promotion:gpg-options into master
  • Add --batch since gpg is not run manually.
  • Add --no-armor to ensure that a .sig file is created instead of .asc in case gpg.conf sets the armor option.
  • Add --no-include-key-block to skip including the public key in the signature and force the user who verifies the signature to acquire the public key from elsewhere.

Fixes #15 (closed).

Merge request reports