summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@users.noreply.github.com>2017-03-13 08:12:45 +0100
committerGitHub <noreply@github.com>2017-03-13 08:12:45 +0100
commit0e7d3682637e12e419c5a05b4bfa4d763fe6c3b8 (patch)
tree6534d7db16ef03f76e1588248d7b10bc2cec977e
parent1070d271fa8fa553d57dd5f74dd1e3f60732d0b9 (diff)
parent1e7a425100d059ed277b50e6e8ee623e93bde255 (diff)
Merge pull request #5571 from keszybz/tarball-generation-tweaks
Tarball generation tweaks
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 621296b6cf..bd313a5d15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6632,7 +6632,10 @@ git-tag:
.PHONY: git-tar
git-tar:
- git archive --format=tar --prefix=systemd-$(VERSION)/ HEAD | gzip > systemd-$(VERSION).tar.gz
+ 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
@@ -6774,14 +6777,17 @@ cppcheck:
print-%:
@echo $($*)
+.PHONY: git-contrib
git-contrib:
@git shortlog -s `git describe --abbrev=0`.. | cut -c8- | sed 's/ / /g' | awk '{ print $$0 "," }' | sort -u
EXTRA_DIST += \
tools/gdb-sd_dump_hashmaps.py
+.PHONY: list-keys
list-keys:
gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --list-keys
+.PHONY: add-key
add-key:
gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --import -