From 8b15994277805a3e3d6b1058f07113aef3c2e1ab Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 22 Oct 2008 15:59:13 +0200 Subject: allow for another config file $REPO/debian/gbp.conf the advantage over $REPO/.gbp.conf is that one can keep everything packaging related below debian/. Thanks to Sean Finney. Closes: #502253 --- gbp/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gbp/config.py') diff --git a/gbp/config.py b/gbp/config.py index c915c99..2235f34 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -48,6 +48,7 @@ class GbpOptionParser(OptionParser): config_files = [ '/etc/git-buildpackage/gbp.conf', os.path.expanduser('~/.gbp.conf'), '.gbp.conf', + 'debian/gbp.conf', '.git/gbp.conf' ] def __parse_config_files(self): -- cgit v1.2.3