summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:49 -0200
commit46654f78de44630d8ea7f247ad65bb15908c2479 (patch)
tree58b07a5ac1f051287d28d27f34e7aa10571909f2 /development.mdwn
parent4386b9572591046e75dd98adbcaa518319873dca (diff)
parent491ea8e72879c9c9244c2740e8a428b97249b58a (diff)
downloadkeyringer-46654f78de44630d8ea7f247ad65bb15908c2479.tar.gz
keyringer-46654f78de44630d8ea7f247ad65bb15908c2479.tar.bz2
Merge tag 'upstream_keyringer_0.5.0' into debian
Upstream version 0.5.0
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/development.mdwn b/development.mdwn
index 3a1ed34..2349c84 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -49,9 +49,14 @@ Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/1
lintian --info --display-info --pedantic --color auto build-area/keyringer_$VERSION*.changes
-Then go back to the develop branch:
+Then go back to the develop branch and push everything:
git checkout develop
+ git push --all
+
+Cleanup symlink:
+
+ rm ../keyringer_$VERSION.orig.tar.bz2
Notes: