diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-14 10:27:57 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-14 10:27:57 +0200 |
commit | 65f653c9618512d0f570e75fba4498fc10953918 (patch) | |
tree | b67ea58bc548bb6e771914cc7c1fbfb7ec70913a | |
parent | 7678b7adca44d9bc47c684b19eb537e1f686e800 (diff) | |
download | pacman-offline-65f653c9618512d0f570e75fba4498fc10953918.tar.gz pacman-offline-65f653c9618512d0f570e75fba4498fc10953918.tar.zst |
release: add comment with file name to signatures
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,5 +29,5 @@ clean: release: git archive --format=tar.xz --prefix=pacman-offline-$(VERSION)/ $(VERSION) > pacman-offline-$(VERSION).tar.xz - gpg -ab pacman-offline-$(VERSION).tar.xz - git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=pacman-offline-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) + gpg --armor --detach-sign --comment pacman-offline-$(VERSION).tar.xz pacman-offline-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=pacman-offline-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment pacman-offline-$(VERSION).tar | git hash-object -w --stdin) $(VERSION) |