summaryrefslogtreecommitdiff
path: root/gbp/config.py
AgeCommit message (Expand)Author
2009-04-04add postbuild hookGuido Günther
2009-02-27be less strict on the spelling of boolen config file optionsGuido Günther
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
2008-12-29add --no-git-authorGuido Günther
2008-12-29Use name and email from gitRobie Basak
2008-12-28add --no-sign-tagsGuido Günther
2008-12-28add support for --foo and --no-foo optionsGuido Günther
2008-11-15move common help messages into config.pyGuido Günther
2008-10-22allow for another config file $REPO/debian/gbp.confGuido Günther
2008-08-15allow setting the bug-closing meta tag to look forGuido Guenther
2008-07-17add GbpOptionGroupGuido Guenther
2008-07-17add GbpOptionParser.get_defaults()Guido Guenther
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: #448...Guido Guenther
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
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
2007-02-07rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther