[Git][NTPsec/ntpsec][master] Really fix release machinery: gpg sign the right files.

Eric S. Raymond gitlab at mg.gitlab.com
Sat Dec 31 11:50:11 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
5056f0de by Mike Swanson at 2016-12-31T03:14:34-08:00
Really fix release machinery: gpg sign the right files.

- - - - -


1 changed file:

- devel/release


Changes:

=====================================
devel/release
=====================================
--- a/devel/release
+++ b/devel/release
@@ -34,7 +34,7 @@ $do git push
 $do git push --tags
 
 # Generate GPG detached signature of the release tarball.
-$do gpg -u ${K} -a --output ntpsec-${V}.tar.gz.sum.asc --detach-sign --armor ntpsec-${V}.tar.gz.sum
+$do gpg -u ${K} -a --output ntpsec-${V}.tar.gz.asc --detach-sign ntpsec-${V}.tar.gz
 
 # Generate sha256sum file for the release tarball.
 if [ -z $do ]; then
@@ -44,7 +44,7 @@ else
 fi
 
 # GPG sign that sha256sum file.
-$do gpg -u ${K} -a --output ntpsec-${V}.tar.gz.sum.asc ntpsec-${V}.tar.gz.sum
+$do gpg -u ${K} -a --output ntpsec-${V}.tar.gz.sum.asc --detach-sign ntpsec-${V}.tar.gz.sum
   
 # Copy the release tarball, GPG detached signature of the release
 # tarball, and the signed sha256sum file to the ftp artifact server.



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/5056f0de170fdc36b56b74704bf4cc12cb147e21
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20161231/8fc92296/attachment.html>


More information about the vc mailing list