mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
make: use 'git tag'
This commit is contained in:
parent
be903bf9c4
commit
6cadb40abf
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user