summaryrefslogtreecommitdiff
path: root/gbp/config.py
AgeCommit message (Collapse)Author
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