[coreboot-gerrit] Change in ...coreboot[master]: util/release: Use "gpg", not "gpg2" for creating signatures

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Dec 20 17:27:09 CET 2018


Hello Martin Roth,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/c/coreboot/+/30342

to review the following change.


Change subject: util/release: Use "gpg", not "gpg2" for creating signatures
......................................................................

util/release: Use "gpg", not "gpg2" for creating signatures

It's the common name.

Change-Id: Iafa793b961847b2c98282fd035ea96ddf6109012
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M util/release/build-release
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/30342/1

diff --git a/util/release/build-release b/util/release/build-release
index 35f197d..a08b405 100755
--- a/util/release/build-release
+++ b/util/release/build-release
@@ -62,6 +62,6 @@
 tar --sort=name --mtime="$tstamp" --owner=coreboot:1000 --group=coreboot:1000 --exclude=*/.git --exclude=*/.gitignore -cvf - "coreboot-${VERSION_NAME}/3rdparty/blobs" "coreboot-${VERSION_NAME}/3rdparty/fsp" |xz -9 > "coreboot-blobs-${VERSION_NAME}.tar.xz"
 
 if [ -n "${GPG_KEY_ID}" ]; then
-	gpg2 --armor --local-user "$GPG_KEY_ID" --output "coreboot-${VERSION_NAME}.tar.xz.sig" --detach-sig "coreboot-${VERSION_NAME}.tar.xz"
-	gpg2 --armor --local-user "$GPG_KEY_ID" --output "coreboot-blobs-${VERSION_NAME}.tar.xz.sig" --detach-sig "coreboot-blobs-${VERSION_NAME}.tar.xz"
+	gpg --armor --local-user "$GPG_KEY_ID" --output "coreboot-${VERSION_NAME}.tar.xz.sig" --detach-sig "coreboot-${VERSION_NAME}.tar.xz"
+	gpg --armor --local-user "$GPG_KEY_ID" --output "coreboot-blobs-${VERSION_NAME}.tar.xz.sig" --detach-sig "coreboot-blobs-${VERSION_NAME}.tar.xz"
 fi

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30342
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iafa793b961847b2c98282fd035ea96ddf6109012
Gerrit-Change-Number: 30342
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181220/0179e859/attachment.html>


More information about the coreboot-gerrit mailing list