aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:25 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:25 -0200
commite597eb9acfab30157abefe6317387f6297d3e869 (patch)
tree2bc0beb9fb4d903a8f80d3cdef98af2b51443ae2 /development.mdwn
parente8b1c968d9f1ddd2b10b7a6e584b0f1329debea9 (diff)
parentea9326628e6e872798a96063fccd76d964a75583 (diff)
downloadkeyringer-e597eb9acfab30157abefe6317387f6297d3e869.tar.gz
keyringer-e597eb9acfab30157abefe6317387f6297d3e869.tar.bz2
Merge branch 'develop'
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: