summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06rpm-ch: implement --meta-bts optionMarkus Lehtonen1-2/+19
This gives the user the possibility to define what meta tags (in git commit message) git-rpm-ch recognizes as bug tracking system references. Or, makes it possible to disable bts meta tag tracking altogether. Change-Id: I7125ac951bf13816d43f1854868b15188bb92042 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05rpm-ch: implement --commit-msg optionMarkus Lehtonen1-0/+10
Change-Id: I10e2d4ad30dfd02c73fd0f318375715202ec36c2 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05rpm-ch: implement --commit optionMarkus Lehtonen1-6/+19
Change-Id: I89b05175d3c4f3def796b20b4e65c53af7d96d13 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: manpages for the rpm toolsMarkus Lehtonen16-0/+2255
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: add initial RPM documentationMarkus Lehtonen9-14/+440
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05Add 'packaging-branch' cmdline optionMarkus Lehtonen2-2/+24
This is the counterpart of 'debian-branch' (basically identical to that) to not confuse rpm maintainers. Also, adds this option to gbp-clone and gbp-pull commands (as an alternative to the 'debian-branch option), which are usable for RPM in their current form. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05gbp-pull: two modes for --forceMarkus Lehtonen1-5/+8
The 'force' option now has two possible values: 'merge': upstream branch is merged, even if fast-forward is not possible. 'clean': check out a clean copy from the upstream if fast-forward is not possible (i.e. no merge). Local changes are lost in this case. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05gbp-pull: implement --all cmdline optionMarkus Lehtonen1-0/+8
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>
2014-06-05buildpackage: implement --[no-]build cmdline optionMarkus Lehtonen1-0/+11
For enabling/disabling the builder script. The option is a bit asymmetric: --git-no-build automatically disables the 'postbuild' hook whereas --git-build does not enable it (e.g. if --git-no-hooks is given). Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05import-orig: implement --create-missing-branches optionMarkus Lehtonen1-0/+10
Create the upstream branch if it does not exist. Use the same option name that import-dsc has. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: enable building html docs with docbook2htmlMarkus Lehtonen2-0/+42
This is useful if sgml2x package is not available. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document common options in one placeMarkus Lehtonen10-128/+90
Move the documentation of command line options common to all tools into one file. This unifies the manpage documentation and should make its maintenance easier. Also, this change adds missing options to several manpages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: cosmetic reformat of git-dch manpage sgml sourceMarkus Lehtonen1-147/+207
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: cosmetic reformat of pq manpage sgml sourceMarkus Lehtonen1-70/+85
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: cosmetic reformat of import-dsc manpage sgml sourceMarkus Lehtonen1-42/+75
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: cosmetic reformat of import-orig manpage sgml sourceMarkus Lehtonen1-58/+85
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: change option argument names to uppercase in buildpackage manMarkus Lehtonen1-39/+39
For the sake of consistency. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: cosmetic reformat of buildpackage manpage sgml sourceMarkus Lehtonen1-176/+306
In order to make the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: more flexible version parsing in MakefileMarkus Lehtonen1-1/+1
Add dash to the list of valid version characters. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --customizations option of gbp dchMarkus Lehtonen1-1/+12
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --interactive option of gbp-import-origMarkus Lehtonen1-0/+9
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --git-[no-]submodules optionMarkus Lehtonen1-0/+10
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --color-scheme optionMarkus Lehtonen3-0/+45
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: sgml syntax fix, add missing semicolonsMarkus Lehtonen3-3/+3
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: reference buildpackage and pq in the gbp (supercommand) manpageMarkus Lehtonen1-0/+2
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: hyperlink references to other manpagesMarkus Lehtonen12-216/+54
Change references to other gbp manpages to linked refs so that we get hyperlinks in the html manpages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: add some missing commas to manpagesMarkus Lehtonen3-3/+3
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-05-19Documnt that the patches must apply without fuzzGuido Günther1-2/+3
2014-05-16Fix comitter vs committer typosGuido Günther1-2/+2
Thanks: Sandro Tosi Closes: #748339
2014-05-02gbp pq: document --forceGuido Günther1-0/+8
2014-04-03config: add decorator to add_option_* functionsGuido Günther1-2/+12
This allows us to build an internal list of valid options and print these.
2014-04-03docs: re-enable missing manpageMarkus Lehtonen1-0/+1
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-04-01Add minimal 'config' commandGuido Günther6-6/+132
This only allows to print single config values so far. Closes: #733470
2014-03-27docs: add some missing sgml closing tagsMarkus Lehtonen2-1/+2
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-03-13Fix config file nameMario Lang1-1/+1
2014-03-09Remove incorrect docs about multiple filter optionsGuido Günther1-11/+1
Closes: #718536
2014-02-23git-import-dsc: Document --create-missing-branchesGuido Günther1-10/+18
2014-02-16Update copyright noticeGuido Günther1-1/+1
Git-Dch: Ignore
2014-02-15docs: improve docs on using upstream's git repoGuido Günther1-6/+49
The documentation on using upstream's git directly instead of tarballs was very terse. Add a step by step guide on how to get started and how to update to new upstream versions.
2013-12-02No need to document --verboseGuido Günther1-12/+7
Properly document --help instead. Thanks: Olivier Berger for pointing this out Closes: #731149
2013-11-14Fiz description of backports branchesGuido Günther1-2/+2
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther1-0/+9
Closes: #636368
2013-10-31docs: update pq manpages regarding pq command meta tagsMarkus Lehtonen1-4/+20
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-10-10doc: Fix git-pbuilder exampleEtienne Millon1-1/+1
Closes: #725875
2013-09-10typo s/bei/be/Osamu Aoki1-1/+1
Closes: #722359
2013-09-04docs: minor sgml syntax fixMarkus Lehtonen1-1/+1
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-08-29docs: having an upstream branch is a recommendationGuido Günther1-7/+7
rather than a hard requirement, we can use any treeish to build the upstream tarball from.
2013-08-28docs: remove superfluous atGuido Günther1-1/+1
2013-08-28docs: Refert to gbp in the introductionGuido Günther1-7/+10
since this wraps all commands now. Thanks: Ross Boylan for pointing out that the current wording is confusing.
2013-08-22docs: Add recommended branch layoutGuido Günther1-0/+70
It'd be nice to have similar branch layouts among packages so recommend one that worked well so far.