summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/config.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/gbp/config.py b/gbp/config.py
index ba2ed345..694aceb7 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -36,9 +36,10 @@ class GbpOptionParser(OptionParser):
'snapshot-number' : 'snapshot + 1',
'git-log' : '--no-merges',
}
- config_files=['/etc/git-buildpackage/gbp.conf',
- os.path.expanduser('~/.gbp.conf'),
- '.git/gbp.conf' ]
+ config_files=[ '/etc/git-buildpackage/gbp.conf',
+ os.path.expanduser('~/.gbp.conf'),
+ '.gbp.conf',
+ '.git/gbp.conf' ]
def __parse_config_files(self):
"""parse the possible config files and set appropriate values default values"""