1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-04 22:21:55 +03:00

make: use 'git tag'

This commit is contained in:
Kay Sievers 2011-06-03 14:38:43 +02:00
parent be903bf9c4
commit 6cadb40abf

View File

@ -695,9 +695,12 @@ git-release:
head -1 ChangeLog | grep -q "to v$(VERSION)"
head -1 NEWS | grep -q "udev $(VERSION)"
git commit -a -m "release $(VERSION)"
cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
git gc
git prune
git tag $(VERSION)
git gc --prune=0
git-sync:
git push
git push --tags $(VERSION)
tar-sync:
scp udev-$(VERSION).gz master.kernel.org:/pub/linux/utils/kernel/hotplug/