build-sys: let "make git-tar" archive HEAD

This commit is contained in:
Kay Sievers 2015-06-23 00:49:34 +02:00
parent 5aaf87682e
commit d30449bd76

View file

@ -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