mirror of
https://github.com/systemd/systemd.git
synced 2025-08-31 09:49:54 +03:00
build-sys: let "make git-tar" archive HEAD
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user