mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +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 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
|
||||
|
||||
.PHONY: doc-sync
|
||||
|
Loading…
Reference in New Issue
Block a user