aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
Commit message (Collapse)AuthorAge
...
* Make the default build command 3.x source format safeGuido Günther2009-11-22
| | | | | | | Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079
* add postimport hook for git-import-origGuido Günther2009-08-23
| | | | | | | Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
* add --git-overlay optionأحمد المحمودي2009-07-29
| | | | Closes: #411206
* add filter-pristine-tarMehdi Dogguy2009-06-13
| | | | | | to filter upstream tarball before passing it to pristine-tar Closes: #520722
* add postbuild hookGuido Günther2009-04-04
| | | | | | can be used to e.g. run lintian. Closes: #521358
* be less strict on the spelling of boolen config file optionsGuido Günther2009-02-27
| | | | | any capitalization of 'true' or 'false' as well as '0' and '1' are allowed.
* add --git-no-ignore-newGuido Günther2009-02-26
|
* make --[no-]full a config file optionGuido Günther2009-02-26
|
* simplify boolean option handlingGuido Günther2009-02-26
|
* make --export a config file optionGuido Günther2009-02-26
|
* Pass "-d" to debuild when run as cleaner.Guido Günther2009-02-26
| | | | | | | This way build-deps don't have to be fulfilled in the source tree but only in the build tree. Closes: #516876
* add --no-git-authorGuido Günther2008-12-29
|
* Use name and email from gitRobie Basak2008-12-29
| | | | Closes: #509867
* add --no-sign-tagsGuido Günther2008-12-28
| | | | Closes: #508889
* add support for --foo and --no-foo optionsGuido Günther2008-12-28
| | | | by looking add at foo and no-foo config file defaults.
* move common help messages into config.pyGuido Günther2008-11-15
|
* allow for another config file $REPO/debian/gbp.confGuido Günther2008-10-22
| | | | | | | the advantage over $REPO/.gbp.conf is that one can keep everything packaging related below debian/. Thanks to Sean Finney. Closes: #502253
* allow setting the bug-closing meta tag to look forGuido Guenther2008-08-15
| | | | | this way we can generate bug-closing entries for different BTSs such as Debian or Launchpad.
* add GbpOptionGroupGuido Guenther2008-07-17
| | | | so we can use default values in option groups
* add GbpOptionParser.get_defaults()Guido Guenther2008-07-17
| | | | so we can get the default of options independently
* make no-dch configurable via gbp.confGuido Guenther2008-06-20
|
* include the commit id in the changelog entryGuido Guenther2008-05-16
|
* better raise a ValueError exceptionGuido Guenther2008-05-16
|
* make --meta a config file optionGuido Guenther2008-05-08
|
* make boolean options parsing more robustGuido Guenther2008-04-26
|
* Allow multiple file filters for git-import-{orig,dsc}Harald Braumann2008-02-23
|
* add prstine-tar config optionGuido Guenther2008-02-21
|
* add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther2007-11-05
| | | | #448357)
* add version number to docs and a toolsGuido Guenther2007-10-19
|
* pyline and other consistency updatesGuido Guenther2007-10-18
|
* add --export-dir and --export (Closes: #446042)Guido Guenther2007-10-16
|
* Parse .gbp.conf in the repo dir (Closes: #426009)Guido Guenther2007-10-16
|
* make --git-log a config file optionGuido Guenther2007-10-11
|
* eval() the snapshot number calculation so everybody can pass in what he wantsGuido Guenther2007-10-10
|
* introduce --git-no-create-orig to skip building of any orig.tar.gzGuido Guenther2007-08-23
| | | | | this is especially usefull if you're working on an NMU that has a X-Y version number although it's a Debian native package.
* don't hardcode -i\.git -I.git as build argumentsGuido Guenther2007-08-20
|
* don't use git_load_dirs for importsGuido Guenther2007-05-28
|
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11
| | | | Furthermore pass '-v' in git import-orig on to git_load_dirs
* rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther2007-02-07