diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:58:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:58:05 -0300 |
commit | 091ffadf4765f4fb2d53966429cc7a5b2a6b11b3 (patch) | |
tree | f8fe2d480d3949bdc8c0d2cb659c3ae567de7308 | |
parent | 9359e299d6930dc3e48ce6cf267fc2d9e85548ef (diff) | |
download | keyringer-develop.tar.gz keyringer-develop.tar.bz2 |
Fix: development: minor updatesdevelop
-rw-r--r-- | development.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/development.md b/development.md index 00c1c66..da74b5a 100644 --- a/development.md +++ b/development.md @@ -41,6 +41,11 @@ Push everything: git push --tags +If there are repository mirrors, ensure to push changes there as well. Example: + + git push all + git push all --tags + Build the package from the debian Git branch: gbp buildpackage --git-ignore-new @@ -60,7 +65,10 @@ Cleanup symlink: Notes: -* `gbp 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`. +* `gbp 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`. * To build a development package, checkout the debian branch, merge master, run `git-dch --auto --snapshot` and build. Packaging workflow |