Skip to content

Commit

Permalink
Make "make tag" sign by default.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Oct 9, 2014
1 parent 457986a commit b39492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test-archive:
@echo "The archive is in efivar-$(VERSION).tar.bz2"

tag:
git tag $(GITTAG) refs/heads/master
git tag -s $(GITTAG) refs/heads/master

archive: tag
@rm -rf /tmp/efivar-$(VERSION) /tmp/efivar-$(VERSION)-tmp
Expand Down

0 comments on commit b39492c

Please sign in to comment.