mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-13 23:28:38 +00:00
Make tag its own make target, and make it sign tags.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
b2dd861413
commit
acac338094
6
Makefile
6
Makefile
@ -136,8 +136,10 @@ test-archive:
|
||||
@rm -rf /tmp/shim-$(VERSION)
|
||||
@echo "The archive is in shim-$(VERSION).tar.bz2"
|
||||
|
||||
archive:
|
||||
git tag $(GITTAG) refs/heads/master
|
||||
tag:
|
||||
git tag --sign $(GITTAG) refs/heads/master
|
||||
|
||||
archive: tag
|
||||
@rm -rf /tmp/shim-$(VERSION) /tmp/shim-$(VERSION)-tmp
|
||||
@mkdir -p /tmp/shim-$(VERSION)-tmp
|
||||
@git archive --format=tar $(GITTAG) | ( cd /tmp/shim-$(VERSION)-tmp/ ; tar x )
|
||||
|
Loading…
Reference in New Issue
Block a user