summaryrefslogtreecommitdiff
path: root/gbp/config.py
AgeCommit message (Expand)Author
2013-06-26config: Don't fill in the parser with all defaultsGuido Günther
2013-06-26Consistently call gbp the supercommandGuido Günther
2013-06-19GbpOptionParser: Make sure we parse the old config sectionsGuido Günther
2013-06-19GbpOptionParser: Make sure we access the GbpOptionParser*'s default dictGuido Günther
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen
2013-03-22Purging of the build dir should be configurable via a config fileGuido Günther
2012-11-25New configuration option for setting the output color schemeMarkus Lehtonen
2012-11-08Allow to remove the orig tarball symlinkGuido Günther
2012-07-02Make exception syntax consistentGuido Günther
2012-06-08gbp.conf: Make config option printing more consistentGuido Günther
2012-05-24import_dsc: add --allow-unauthenticatedGuido Günther
2012-05-12Config help fixJérémy Lal
2012-04-19Bug#669145: [PATCH] Add git-dch --commit and --commit-msg optionsMatthijs Kooijman
2012-03-21gbp-create-remote-repo: add --remote-configGuido Günther
2012-03-21gbp.config: add list of config file sections to constructorGuido Günther
2012-03-21gbp.confing: add docstringGuido Günther
2012-03-21gbp create-remote-repo: allow to pass template directoryGuido Günther
2012-03-08GbpOptionParser: allow to modify list of parsed conf filesGuido Günther
2012-02-26config.py: Add default value print out to all optionsGuido Günther
2012-02-13Rename GbpOptionParserCommon common to GbpOptionParserGuido Günther
2012-02-13Refactor config.py as preparation for rpm support.Markus Lehtonen
2012-01-22buildpackage: Add pristine-tar-commit optionGuido Günther
2012-01-18Don't assume gzip compression of the orig tarballGuido Günther
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther
2011-12-26Add --[no-]-pbuilder-autoconfGuido Günther
2011-11-22Support postexport hooksGuido Günther
2011-11-07Move gbp/version.py generation into setup.pyGuido Günther
2011-10-16Make sure self.config['filter'] is a listGuido Günther
2011-07-30gbp-pq: add --time-mache=N optionGuido Günther
2011-07-29Add copyright headers to all non autogenerated filesGuido Günther
2011-07-29Fix some epydoc warningsGuido Günther
2011-07-23git-buildpackage: Add upstream-tree optionRicardo Salveti de Araujo
2011-07-06gbp-create-remote-repo: switch to git.debian.orgGuido Günther
2011-05-20Add support for qemubuilderGuido Günther
2011-04-17config: minor option parsing cleanupGuido Günther
2011-04-11Disable submodule processing by default.Guido Günther
2011-04-06Make submodule support conditionalGuido Günther
2011-02-11Move no_upstream_branch message into gbp.configGuido Günther
2011-02-09git-import-dsc: auto create upstream branchGuido Günther
2011-01-22Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
2011-01-11Make --[no-]merge a proper optionGuido Günther
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
2011-01-08Use tristate option for --color=valueGuido Günther
2010-12-28pychecker warning cleanupsGuido Günther
2010-12-27Allow to drop numbers from patch names via --no-patch-numbersGuido Günther
2010-12-20Add option to open editorGuido Günther
2010-12-09Add --multimaint support to git-dchRob Browning
2010-12-06Add git-dch --customizations FILE to allow changelog entry customizationRob Browning