aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-16 23:03:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-16 23:03:41 -0300
commit699630530d48907dcf97acd87bc0e1b2a5911c34 (patch)
tree8d22d7caca306ce3880e231c98c603bc4a4763a3 /development.mdwn
parent108ce11c4f4a90e0c8ba78e6e470746a1000e7cf (diff)
downloadkeyringer-699630530d48907dcf97acd87bc0e1b2a5911c34.tar.gz
keyringer-699630530d48907dcf97acd87bc0e1b2a5911c34.tar.bz2
Installing zsh completion / guideline on tarball signatures
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn
index 2fa2060..e90c086 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -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