diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 20:07:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 20:07:00 -0300 |
commit | 3361b2e935428950d8d7dfc0f81f37f892c6d696 (patch) | |
tree | 268c67fe7f7e0978f3d88d6aabe2e9e065695f3c | |
parent | b73cb94850981337c8f9ed9ce47c7edfe3e6e645 (diff) | |
download | keyringer-3361b2e935428950d8d7dfc0f81f37f892c6d696.tar.gz keyringer-3361b2e935428950d8d7dfc0f81f37f892c6d696.tar.bz2 |
Development: add the release into pristine-tar branch
-rw-r--r-- | development.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index f2efa29..9781a26 100644 --- a/development.mdwn +++ b/development.mdwn @@ -54,6 +54,10 @@ Sign the release ([see backupninja development guidelines](https://labs.riseup.n cd ../tarballs gpg --armor --detach-sign keyringer-$VERSION.tar.bz2 +Add the release into the `pristine-tar` branch: + + pristine-tar commit ../tarballs/keyringer_$VERSION.orig.tar.bz2 $VERSION + Build the package from the git three using the upstream branch: git-buildpackage |