aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
* add option to export tarballs with upstream signatureChristian Göttsche2020-01-21
| | | | | | | Add option `--upstream-signatures=[on|auto|off]` to export-orig. Add option `--git-upstream-signatures=[on|auto|off]` to buildpackage. Closes: 872864
* import-orig: Recommend python3-requestsGuido Günther2019-12-22
| | | | The python2 version won't do
* docs: import-orig: Document --upstream-signturesGuido Günther2019-10-27
|
* docs: Fix typosGuido Günther2019-10-07
| | | | Thanks: lintian
* docs: Fix wrong argument order of branch renameGuido Günther2019-09-24
| | | | | Closes: #941110 Thanks: Jens Reyer
* gbp-clone: Support salsa: pseudo urlsGuido Günther2019-08-13
|
* docs: import-dsc: Document --upstream-vcs-tagGuido Günther2019-04-26
|
* docs: Document gbp import-orig --postunpackGuido Günther2019-04-25
|
* docs: Fix typoRoberto C. Sánchez2019-01-21
|
* docs: update examples for pristine-tar usage, requiring commit actionMichael Prokop2019-01-18
| | | | Closes: #919677
* Fix "was build" typosChris Lamb2018-12-09
| | | | Closes: #916044
* buildpackage, export-orig: support version substitution for --git-tarball-dirLuca Boccassi2018-11-23
| | | | | | | | | Add support for passing %(version), %(hversion) and %(version%A%B) in buildpackage --git-tarball-dir and export-orig --tarball-dir. Closes: #909266 Signed-off-by: Luca Boccassi <bluca@debian.org>
* docs: update references from <http://dep.debian.net> to ↵Arnaud Rebillout2018-11-02
| | | | <https://dep-team.pages.debian.net>.
* builpackage-rpm: Use GBP_TMP_DIR instead f GBP_BUILD_DIRGuido Günther2018-10-28
| | | | | | This is consistent with --git-post-export and unbreaks tests/component/rpm/test_buildpackage_rpm.py:TestGbpRpm.test_hook_options
* buildpackage{,-rpm}: add preexport hookLuca Boccassi2018-10-28
| | | | | | | | | | | | | | | Sometimes it is necessary to perform operations before preparing the tarballs and exporting to the build directory. One such case is when having to handle extremely large binary assets in the orig tarball and at the same time complex packaging code, which makes it desirable to separate the two into different repositories for easier handling. A pre-export hook allows to ensure that the tarball repository is present and checked out at the correct branch. Closes: #909266 Signed-off-by: Luca Boccassi <bluca@debian.org>
* import-orig: Allow to import the requested version with --uscanMathieu Parent2018-08-24
| | | | Closes: #741148
* New command to merge in changes from a upstream using gitGuido Günther2018-08-19
| | | | This reverts commit 3384a0f7a763144e5d627c454d7d76c2841e553b.
* Revert "gbp import-ref: New command to merge in changes from a upstream ↵Guido Günther2018-08-19
| | | | | | | | using git" This reverts commit 1592882c38fcbb107332d9a0a63b8da4e0bf8a48. It's not ready yet.
* pull: allow to set up branch tracking for missing branchesGuido Günther2018-08-08
| | | | If the remote branch does not exist at all that's currently not fatal.
* gbp import-ref: New command to merge in changes from a upstream using gitGuido Günther2018-05-24
|
* push: Allow to skip upstream and debian branch and tag pushGuido Günther2018-05-22
| | | | | | | Push of tag and or branch can be skipped by setting --{upstream,debian}-{branch,tag}='' . Closes: #899234
* docs: document how to use GBP_CONF_FILES to override debian/gbp.confGuido Günther2018-05-21
| | | | Closes: #898613
* docs: reindent cfgfile.xmlGuido Günther2018-05-21
| | | | Gbp-Dch: Ignore
* docs: options in [DEFAULT] apply to all gbp commandsGuido Günther2018-04-05
|
* Fix typosGuido Günther2018-04-03
| | | | spotted by lintian
* docs: add export-orig to list of available commandsGuido Günther2018-02-22
|
* 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.