make: add gpg signing bits

This commit is contained in:
Kay Sievers 2011-10-20 00:01:02 +02:00
parent b3eccdce81
commit af9cfc1190
1 changed files with 6 additions and 1 deletions

View File

@ -679,9 +679,14 @@ git-release:
head -1 ChangeLog | grep -q "to v$(VERSION)"
head -1 NEWS | grep -q "udev $(VERSION)"
git commit -a -m "release $(VERSION)"
git tag $(VERSION)
git tag -m "udev $(VERSION)" -s $(VERSION)
git gc --prune=0
tar:
make distcheck
gpg --armor --detach-sign udev-$(VERSION).tar.gz
gpg --armor --detach-sign udev-$(VERSION).tar.bz2
git-sync:
git push
git push --tags $(VERSION)