diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-10-31 14:04:35 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-10-31 14:04:35 +0100 |
commit | 89950ccd705e5f46ac4a4b86b4b512294358fad7 (patch) | |
tree | b04a2f9cab5f92cf945a9d9fc9cc4dea4eba6796 | |
parent | c238cfafa0466aa612045ef1603ea9818ba59103 (diff) | |
download | devtools32-89950ccd705e5f46ac4a4b86b4b512294358fad7.tar.xz |
Create signature for devtools source package
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,8 +83,9 @@ uninstall: dist: git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz + gpg --detach-sign --use-agent devtools-$(V).tar.gz upload: - scp devtools-$(V).tar.gz gerolde.archlinux.org:/srv/ftp/other/devtools/ + scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig gerolde.archlinux.org:/srv/ftp/other/devtools/ .PHONY: all clean install uninstall dist upload |