mirror of
https://github.com/systemd/systemd.git
synced 2025-01-16 03:24:49 +03:00
build-sys: let "make git-tar" archive HEAD
This commit is contained in:
parent
5aaf87682e
commit
d30449bd76
@ -6279,7 +6279,7 @@ git-tag:
|
||||
|
||||
.PHONY: git-tar
|
||||
git-tar:
|
||||
git archive --format=tar --prefix=systemd-$(VERSION)/ v$(VERSION) | xz > systemd-$(VERSION).tar.xz
|
||||
git archive --format=tar --prefix=systemd-$(VERSION)/ HEAD | xz > systemd-$(VERSION).tar.xz
|
||||
|
||||
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
|
||||
.PHONY: upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user