diff options
-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 |