mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-24 08:00:08 +07:00
make: add gpg signing bits
This commit is contained in:
parent
b3eccdce81
commit
af9cfc1190
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user