summaryrefslogtreecommitdiff
path: root/gbp/config.py
AgeCommit message (Expand)Author
2015-03-26gbp rpm: mock chroot builderTzafrir Cohen
2015-03-26Add buildpackage-rpmTzafrir Cohen
2015-03-26config: support for per-tree config filesMarkus Lehtonen
2015-03-16Allow to set upstream-vcs-tag via gbp.confDaniel Kahn Gillmor
2015-02-25config: modify configparser import statementMarkus Lehtonen
2015-02-20Handle ConfigParser -> configparser renameGuido Günther
2015-02-20Remove unused importGuido Günther
2015-01-25config: Deprecate legacy config sectionsGuido Günther
2014-12-29Introduce gbp-pq-rpmMarkus Lehtonen
2014-12-28Fix argument typeGuido Günther
2014-12-28config: read the right config if run from subdirMarkus Lehtonen
2014-12-05gbp-dch: fix handling of the '--meta' optionMarkus Lehtonen
2014-10-12pq: Add "pq export --commit" optionGuido Günther
2014-09-26meta-closes: Move help text to GbpOptionParser.helpGuido Günther
2014-09-12Allow to always drop pq branch after exportGuido Günther
2014-08-19buildpackage: Make debian-tag message configurableKamal Mostafa
2014-07-24import-srpm: add 'vendor' config optionMarkus Lehtonen
2014-07-24Introduce git-import-srpm toolMarkus Lehtonen
2014-05-16Fix comitter vs committer typosGuido Günther
2014-04-03config: add decorator to add_option_* functionsGuido Günther
2014-04-01Add minimal 'config' commandGuido Günther
2014-04-01Test option parser fallbacks more thoroughlyGuido Günther
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther
2014-03-27Fix command outputGuido Günther
2014-02-19config: Don't pull in config defaults twiceGuido Günther
2014-02-18config: Don't pull in config defaults twiceGuido Günther
2014-01-05Change the default of cleaner to /bin/trueGuido Günther
2014-01-05Make parsing config file sections symmetricGuido Günther
2013-09-04config: restore mangled env in doctestsMarkus Lehtonen
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