diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:13:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:13:50 -0300 |
commit | ffcc50efad12adabad77b6fc6fc1bcd12d59ecb6 (patch) | |
tree | fdecd343c8a043e9a7d804911c7ca534537410f5 /development.mdwn | |
parent | 021cd26f052fd13d54bc8f4e1a0d7e2e9dc92536 (diff) | |
download | keyringer-ffcc50efad12adabad77b6fc6fc1bcd12d59ecb6.tar.gz keyringer-ffcc50efad12adabad77b6fc6fc1bcd12d59ecb6.tar.bz2 |
Development: release upload
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 39cdc08..507c392 100644 --- a/development.mdwn +++ b/development.mdwn @@ -54,6 +54,11 @@ Sign the release ([see backupninja development guidelines](https://labs.riseup.n cd ../tarballs gpg --armor --detach-sign keyringer-$VERSION.tar.bz2 +Upload the release: + + scp keyringer-$VERSION.tar.bz2* server:/var/sites/keyringer/releases/ + cd - + Add the release into the `pristine-tar` branch: pristine-tar commit ../tarballs/keyringer_$VERSION.orig.tar.bz2 $VERSION |