mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
build-sys: add custom "make git-tar" target
This commit is contained in:
parent
78a68c3454
commit
6f58d70e31
@ -6282,6 +6282,10 @@ hwdb-update:
|
||||
git-tag:
|
||||
git tag -s "v$(VERSION)" -m "systemd $(VERSION)"
|
||||
|
||||
.PHONY: git-tar
|
||||
git-tar:
|
||||
git archive --format=tar --prefix=systemd-$(VERSION)/ v$(VERSION) | xz > systemd-$(VERSION).tar.xz
|
||||
|
||||
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
|
||||
.PHONY: upload
|
||||
upload: all check dist
|
||||
|
Loading…
Reference in New Issue
Block a user