summaryrefslogtreecommitdiff
path: root/gbp/config.py
AgeCommit message (Collapse)Author
2010-08-12Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther
2010-08-06Pass --multimaint-merge on to dchGuido Günther
Closes: #586165
2010-07-30Simple helper to create remote reposGuido Günther
based on dom-new-git-repo from the OCaml maintainers as well as aa-create-repo. Closes: #540185
2010-07-06Add prebuild hookJonathan Nieder
Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
2010-06-26Add compression=autoGuido Günther
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
2010-06-19Add option --git-force-create to force tarball creationChristian Kastner
Closes: #519297
2010-06-19Add 'ignore-branch' optionGuido Günther
This disables the 'current branch' == 'debian-branch' check.
2010-02-05Make the commit message for upstream imports configurable.Matthijs Kooijman
This adds the import-msg commandline and configuration file option to change the commit message. Closes: #474457
2009-12-24Allow to set compression typeGuido Günther
Closes: #554520
2009-12-23Add body regex filterGuido Günther
Closes: #544238
2009-11-22Make the default build command 3.x source format safeGuido Günther
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
2009-08-23add postimport hook for git-import-origGuido Günther
Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
2009-07-29add --git-overlay optionأحمد المحمودي
Closes: #411206
2009-06-13add filter-pristine-tarMehdi Dogguy
to filter upstream tarball before passing it to pristine-tar Closes: #520722
2009-04-04add postbuild hookGuido Günther
can be used to e.g. run lintian. Closes: #521358
2009-02-27be less strict on the spelling of boolen config file optionsGuido Günther
any capitalization of 'true' or 'false' as well as '0' and '1' are allowed.
2009-02-26add --git-no-ignore-newGuido Günther
2009-02-26make --[no-]full a config file optionGuido Günther
2009-02-26simplify boolean option handlingGuido Günther
2009-02-26make --export a config file optionGuido Günther
2009-02-26Pass "-d" to debuild when run as cleaner.Guido Günther
This way build-deps don't have to be fulfilled in the source tree but only in the build tree. Closes: #516876
2008-12-29add --no-git-authorGuido Günther
2008-12-29Use name and email from gitRobie Basak
Closes: #509867
2008-12-28add --no-sign-tagsGuido Günther
Closes: #508889
2008-12-28add support for --foo and --no-foo optionsGuido Günther
by looking add at foo and no-foo config file defaults.
2008-11-15move common help messages into config.pyGuido Günther
2008-10-22allow for another config file $REPO/debian/gbp.confGuido Günther
the advantage over $REPO/.gbp.conf is that one can keep everything packaging related below debian/. Thanks to Sean Finney. Closes: #502253
2008-08-15allow setting the bug-closing meta tag to look forGuido Guenther
this way we can generate bug-closing entries for different BTSs such as Debian or Launchpad.
2008-07-17add GbpOptionGroupGuido Guenther
so we can use default values in option groups
2008-07-17add GbpOptionParser.get_defaults()Guido Guenther
so we can get the default of options independently
2008-06-20make no-dch configurable via gbp.confGuido Guenther
2008-05-16include the commit id in the changelog entryGuido Guenther
2008-05-16better raise a ValueError exceptionGuido Guenther
2008-05-08make --meta a config file optionGuido Guenther
2008-04-26make boolean options parsing more robustGuido Guenther
2008-02-23Allow multiple file filters for git-import-{orig,dsc}Harald Braumann
2008-02-21add prstine-tar config optionGuido Guenther
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther
#448357)
2007-10-19add version number to docs and a toolsGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-10-16add --export-dir and --export (Closes: #446042)Guido Guenther
2007-10-16Parse .gbp.conf in the repo dir (Closes: #426009)Guido Guenther
2007-10-11make --git-log a config file optionGuido Guenther
2007-10-10eval() the snapshot number calculation so everybody can pass in what he wantsGuido Guenther
2007-08-23introduce --git-no-create-orig to skip building of any orig.tar.gzGuido Guenther
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.
2007-08-20don't hardcode -i\.git -I.git as build argumentsGuido Guenther
2007-05-28don't use git_load_dirs for importsGuido Guenther
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
Furthermore pass '-v' in git import-orig on to git_load_dirs
2007-02-07rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther