Updated "make release" to sign using a specific key, and only do tar.gz files.

This commit is contained in:
Andrew Wood
2023-07-28 17:57:55 +01:00
parent 8491b5cdd5
commit 275cc6c10d
+1 -3
View File
@@ -177,7 +177,5 @@ uninstall:
fi
release: dist
zcat $(package)-$(version).tar.gz | bzip2 > $(package)-$(version).tar.bz2
-gpg --list-secret-keys 2>&1 | grep -Fq 'uid' && gpg -ab *.tar.gz && rename .asc .txt *.tar.gz.asc
-gpg --list-secret-keys 2>&1 | grep -Fq 'uid' && gpg -ab *.tar.bz2 && rename .asc .txt *.tar.bz2.asc
-gpg --list-secret-keys 2>&1 | grep -F 'uid' | grep -Fq "$(MAINTAINER)" && gpg -u "$(MAINTAINER)" -ab *.tar.gz && cp $(package)-$(version).tar.gz.asc $(package)-$(version).tar.gz.txt
chmod 644 $(package)-$(version)*