summaryrefslogtreecommitdiffhomepage
path: root/docs/manpages
Commit message (Collapse)AuthorAge
* buildpackage-rpm: support setting the 'VCS:' tag in specMarkus Lehtonen2018-01-29
| | | | | | | | | | | | | | | | | Now gbp buildpackage-rpm is able to update the 'VCS:' tag in the exported spec file. A new config option 'spec-vcs-tag' controls the format: - if empty, no 'VCS' tag is inserted and possible old 'VCS' tag is removed - otherwise, a 'VCS' tag is inserted or the old 'VCS' tag is updated The spec-vcs-tag is a format string which supports the following keywords: - '%(commit)' expands to the full commit sha1 - '%(commitish)' expands to the sha1 of the exported object (commit or tag) - '%(tagname)s' expands to the long tag name (from git-describe) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* docs: fix section names for defaultsGuido Günther2018-01-25
| | | | | Thanks: Christoph Berg Closes: #888415
* gbp-pull: implement --all cmdline optionMarkus Lehtonen2018-01-23
| | | | | | | | This updates all remote-tracking branches (for the remote that is fetched from) whose local branch name is identical to the remote branch name. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* docs: document pq export --commitGuido Günther2018-01-23
|
* Unbreak docs buildGuido Günther2018-01-23
| | | | | | Broken by 972db70347d5fa37f9af74babf8021a41cb7d219 Git-Dch: Ignore
* import-srpm: support --upstream-vcs-tag cmdline optionMarkus Lehtonen2018-01-22
| | | | | | Similar to what the option does in git-import-orig. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* import-srpm: implement --skip-packaging-tag optionMarkus Lehtonen2018-01-22
| | | | | | Corresponding the --skip-debian-tag options of import-dsc. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* dch: implement postedit hooksMarkus Lehtonen2018-01-20
| | | | | | | Add new --postedit command line option for defining a custom hook that will be run after changes to the changelog file has been finalized. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* docs: Although imported trees are important we mean the formerGuido Günther2018-01-17
| | | | | Closes: #887499 Thanks: Ferenc Wágner
* pq-rpm: implement --drop optionMarkus Lehtonen2018-01-17
| | | | | | | Makes it possible to automatically drop the pq-branch after a successful export. Counterpart for the --drop option of (deb) gbp-pq. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* Fix typo in env var namesGuido Günther2018-01-12
| | | | Thanks: Nish Aravamudan for pointing this out
* gbp.conf: clarify environment variablesGuido Günther2018-01-12
| | | | Thanks: Nish Aravamudan
* export-orig: fix --upstream-branch argument name in manpageGuido Günther2018-01-06
|
* Typo fixesGuido Günther2017-12-16
| | | | Thanks: Ludovic Rousseau
* docs: gbp-buildpackage: clarify hook working directoriesGuido Günther2017-12-01
|
* docs: gbp-buildpackage: list hooks in execution orderGuido Günther2017-12-01
|
* docs: gbp-buildpackge: clarify --git-no-create-origGuido Günther2017-12-01
|
* docs: gbp: mention push and tagGuido Günther2017-12-01
|
* docs: gbp.conf: make notes better visisbleGuido Günther2017-12-01
| | | | Gbp-Dch: Ignore
* docs: gbp.conf: bring back section namesGuido Günther2017-12-01
| | | | These got lost in f6e360f6ca0b4e3b510f82546a1daada592b18b6.
* dch: Create changelog if missingGuido Günther2017-11-27
| | | | | Closes: #669171 Thanks: Daniel Dehennin for the groundwork on this
* docs: Add --git-overlay to synopsisGuido Günther2017-11-19
|
* Fix typoGuido Günther2017-11-13
| | | | | Thanks: lintian Gbp-Dch: Ignore
* docs: better explain dch operationGuido Günther2017-11-13
| | | | Closes: #880552
* import-dsc: Apply filters on debian tarballs tooGuido Günther2017-11-10
| | | | Closes: #881311
* docs: Uppercase option descriptionsGuido Günther2017-11-10
| | | | Gbp-Dch: Ignore
* buildpackage docs: make --git-upstream-tree in synopsis match the one in optionsGuido Günther2017-11-08
|
* docs: drop duplicate missingGuido Günther2017-10-13
| | | | Gbp-Dch: Ignore
* manpages: reindent for better layoutGuido Günther2017-10-06
|
* docs: fix syntax errorsGuido Günther2017-10-06
| | | | noticed during XML conversion
* docs: Fixup SGML tagsGuido Günther2017-10-06
| | | | XML always needs a closing '>'
* docs: Move to xmlGuido Günther2017-10-06
| | | | Closes: #877322
* Add tag commandGuido Günther2017-09-14
| | | | | | | | | | by splitting out the code from buildpackage This is shorter than running gbp buildpackage --git-tag-only Closes: #797086
* pq: make --abbrev= configurableChris Lamb2017-08-22
| | | | | Closes: #872351 Signed-off-by: Guido Günther <agx@sigxcpu.org>
* export-orig: drop sloppy mode from the docsGuido Günther2017-08-12
| | | | since it's not useful here
* doc: expand --git-pbuilder-options docsKen Dreyer2017-08-11
| | | | | | | Give an example of how to use the --git-pbuilder-options option, and explain how it interacts with git-pbuilder. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* dch: support passing arbitrary dch command line optionsGuido Günther2017-08-07
| | | | Closes: #596513, #682854
* doc: properly mark filter as repeatable in the gbp-import-dsc synopsisGuido Günther2017-08-07
|
* push: new command to push changes in one goGuido Günther2017-08-06
| | | | Closes: #733639
* Fix allow(s) one to spellingGuido Günther2017-08-06
| | | | Thanks: lintian
* docs: drop trailing '>' from xrefsGuido Günther2017-08-06
|
* Correct "allow to" typos.Chris Lamb2017-08-06
|
* export-orig: fix manpage exampleGuido Günther2017-08-04
|
* gbp-buildpackage: Group manpage optionsGuido Günther2017-08-04
| | | | Closes: #824801
* export_orig: new command to export orig tarballs from gitGuido Günther2017-08-03
| | | | Closes: #840089
* New command 'pristine-tar'Guido Günther2017-06-26
| | | | | | | | | This allows one to run the pristine-tar import at a later point. This is useful when using component tarballs and we need to reference the right trees for the commits. The command can later be extended to allow for "export" as well to recreate the tarballs without having to invoke "gbp buildpackage".
* imort-dsc: Allow for shorter apt: pseudo URLsGuido Günther2017-06-22
| | | | instead of the apt:/// scheme.
* clone: Add support for pseudo protocols like vcsgit: and github:Guido Günther2017-04-25
| | | | | | to make cloning simpler Closes: #861206
* buildpackage: add sloppy mode to build upstream tarballsGuido Günther2017-04-25
| | | | | | | | | | When starting with Debian _and_ git people often stumble over a mismatch between what dpkg-source expects to be in the tarball and the generated tarball for various reasons. Give them a way to say: "Use what I have on my current debian branch" as upstream source. Closes: #861004
* docs: gbp-dch: be a bit more verboseGuido Günther2017-04-22
| | | | Gbp-Dch: Ignore