summaryrefslogtreecommitdiffhomepage
path: root/docs
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: dynamically select the DocBook-to-man tool to useMarkus Lehtonen2018-01-18
| | | | | | | | Different distributions use different name for the DocBook-to-man converter tool, so, try to dynamically guess the correct name of the tool. 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
|
* docs: pq: warn that DEP3 support is incompleteChris West (Faux)2017-12-24
|
* docs: Add ids to all sectionsGuido Günther2017-12-16
| | | | so we get nicer link names
* Typo fixesGuido Günther2017-12-16
| | | | Thanks: Ludovic Rousseau
* docs: drop duplicate "you can"Guido Günther2017-12-14
| | | | 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
* docs: use consistent capitalization of first level headlinesGuido Günther2017-11-13
|
* 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: Document pk4 hookGuido Günther2017-10-24
|
* docs: Add rpm tool manpages to manual tooGuido Günther2017-10-23
| | | | | On non-Debian platform it's sometimes cumbersome to build the manpages so make sure we have them available on the web at least.
* docs: drop duplicate missingGuido Günther2017-10-13
| | | | Gbp-Dch: Ignore
* manpages: reindent for better layoutGuido Günther2017-10-06
|
* docs: Switch Makefile to use docbook-xmlGuido Günther2017-10-06
| | | | We don't need an intermediate manpage build now either
* Generate manpages from a single XMLGuido Günther2017-10-06
| | | | so we get the cross-references right
* Remove SGML related filesGuido Günther2017-10-06
|
* UTF-8 Guido in 2017Guido 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: Use XML document typeGuido Günther2017-10-06
|
* 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>
* Explain the v1.0 <starting point>mci1562017-08-21
| | | | | Closes: #872524 Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Add paragraph breakmci1562017-08-21
| | | | 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>