mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
build-sys: add helper command to sign tarballs
This commit is contained in:
parent
92f58d6647
commit
1e7a425100
@ -6634,6 +6634,9 @@ git-tag:
|
|||||||
git-tar:
|
git-tar:
|
||||||
git archive -o systemd-$(VERSION).tar.gz --prefix=systemd-$(VERSION)/ HEAD
|
git archive -o systemd-$(VERSION).tar.gz --prefix=systemd-$(VERSION)/ HEAD
|
||||||
|
|
||||||
|
%.asc: %
|
||||||
|
gpg2 --detach-sign -a -o $@ $<
|
||||||
|
|
||||||
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
|
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
|
||||||
|
|
||||||
.PHONY: doc-sync
|
.PHONY: doc-sync
|
||||||
|
Loading…
Reference in New Issue
Block a user