diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 23:03:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 23:03:41 -0300 |
commit | 699630530d48907dcf97acd87bc0e1b2a5911c34 (patch) | |
tree | 8d22d7caca306ce3880e231c98c603bc4a4763a3 /development.mdwn | |
parent | 108ce11c4f4a90e0c8ba78e6e470746a1000e7cf (diff) | |
download | keyringer-699630530d48907dcf97acd87bc0e1b2a5911c34.tar.gz keyringer-699630530d48907dcf97acd87bc0e1b2a5911c34.tar.bz2 |
Installing zsh completion / guideline on tarball signatures
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 5 |
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 |