]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Installing zsh completion / guideline on tarball signatures
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 17 Sep 2013 02:03:41 +0000 (23:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 17 Sep 2013 02:03:41 +0000 (23:03 -0300)
Makefile
development.mdwn

index 05578710f5c96068cd743276aeb4edeb514f9df6..d79bdf79d06add0d60998af602ba8a814bd05283 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,9 @@ install_doc:
 install_man:
        $(INSTALL) -D --mode=0644 share/man/keyringer.1 $(DESTDIR)/$(PREFIX)/share/man/man1/keyringer.1
 
-# TODO: zsh completion
 install_completion:
        $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/etc/bash_completion.d/keyringer
+       $(INSTALL) -D --mode=0644 lib/keyringer/completions/zsh/_keyringer $(DESTDIR)/$(PREFIX)/share/zsh/vendor-completions/_keyringer
 
 install: clean
        @make install_lib install_share install_bin install_doc install_man install_completion
index 2fa20607f9e787acb64158349ba78fbd8ef4f800..e90c0860e71da92e21b52eda5249e1c38b2a6fb4 100644 (file)
@@ -49,6 +49,11 @@ Generate a `keyringer_VERSION.orig.tar.gz` file:
 
     make dh
 
+Sign the release ([see backupninja development guidelines](https://labs.riseup.net/code/projects/backupninja/wiki/Release)):
+
+    cd ../tarballs
+    gpg --armor --detach-sign keyringer-$VERSION.tar.gz
+
 Build the package from the git three using the upstream branch:
 
     git-buildpackage