diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-17 11:38:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-17 11:38:07 -0200 |
commit | f81d160290440bde9b67ab5f4f5d36f9e0eba1b4 (patch) | |
tree | d7062817acaeb41129388d66e2a8203011cbfa2e /development.mdwn | |
parent | 0aab0dbe67e07de3895d6a9b8a0c67941ae3fe65 (diff) | |
download | keyringer-f81d160290440bde9b67ab5f4f5d36f9e0eba1b4.tar.gz keyringer-f81d160290440bde9b67ab5f4f5d36f9e0eba1b4.tar.bz2 |
Updates dev docs
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index 3a1ed34..26d8d73 100644 --- a/development.mdwn +++ b/development.mdwn @@ -53,6 +53,10 @@ Then go back to the develop branch: git checkout develop +Cleanup symlink: + + rm ../keyringer_$VERSION.orig.tar.bz2 + Notes: * `git-import-orig` takes care of running `pristine-tar commit`, of merging of the tag and orig tarball into the upstream branch, and then it merges the result into the debian branch. With the above configuration, it also runs git-dch to do the bulk of the work in `debian/changelog`. |