From 98f541266653ed7f37792c2c365cdd60e8a8a989 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 6 Oct 2017 14:41:09 +0200 Subject: gbp: update list of commands --- projects/git-buildpackage.mdwn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/projects/git-buildpackage.mdwn b/projects/git-buildpackage.mdwn index ac098f1..339f101 100644 --- a/projects/git-buildpackage.mdwn +++ b/projects/git-buildpackage.mdwn @@ -7,20 +7,23 @@ Suite to help with maintaining [Debian](http://www.debian.org) packages in [Git] ## Tools GBP ships the following tools: +* *gbp buildpackage*: build a package out of a git repository, check for local modifications and tag appropriately * *gbp import-{dsc,dscs}*: import existing Debian source packages into a git repository * *gbp import-orig*: import a new upstream version into the git repository -* *gbp buildpackage*: build a package out of a git repository, check for local modifications and tag appropriately +* *gbp export-orig*: export an upstream tarball from the git repository * *gbp dch*: generate Debian changelog entries from Git commit messages * *gbp pq*: maintain *debian/patches* on a patch queue branch * *gbp clone*: clone a remote repository and make it ready for *gbp buildpackage* * *gbp pull*: pull from a remote repository and update the necessary branches * *gbp create-remote-repo*: mirror your git repository to a remote side * *gbp config*: print configuration values +* *gbp push*: push content to remote repositories +* *gbp tag*: tag a Debian package in git +* *gbp pristine-tar*: create pristine-tar commits There are some helpers in */usr/share/doc/git-buildpackage/examples/*: -* *gbp-posttag-push*: posttag hook for *gbp buildpackage* to push out the necessary changes to a remote repository after a release -* *gbp-add-patch*: Commits a patch to the current branch and uses the Path Header for the commit message, useful after *gbp pq export*. +* *gbp-add-patch*: Commits a patch to the current branch and uses the patch header for the commit message, useful after *gbp pq export*. ## Documentation * git-buildpackage's [official manual](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html). @@ -39,7 +42,6 @@ There's also a clone on [github](https://github.com/agx/git-buildpackage). Debian packages of git-buildpackage can be downloaded from the [[!debpkg git-buildpackage desc="Debian Archive"]]. ### Pypi - If not on a Debian system you can fetch the package from [pypi](https://pypi.python.org/pypi/gbp): pip install gbp -- cgit v1.2.3