makefile: export the gpg during ISO signing/release

This commit is contained in:
nodiscc
2020-05-12 18:41:14 +02:00
parent df9588b572
commit ac70ddbe9c

View File

@@ -48,6 +48,8 @@ sign_checksums:
cd iso; \ cd iso; \
gpg --detach-sign --armor SHA512SUMS; \ gpg --detach-sign --armor SHA512SUMS; \
mv SHA512SUMS.asc SHA512SUMS.sign mv SHA512SUMS.asc SHA512SUMS.sign
# Export the public GPG key used for signing
gpg --export --armor nodiscc@gmail.com > dlc-release.key
release_archive: release_archive:
git archive --format=zip -9 HEAD -o $$(basename $$PWD)-$$(git rev-parse HEAD).zip git archive --format=zip -9 HEAD -o $$(basename $$PWD)-$$(git rev-parse HEAD).zip