summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-12-09 13:21:48 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-12-09 13:21:48 +0100
commitf81a5a109c0c6ef62b8be915671f1c0289766131 (patch)
tree30c788bca44724e4cdf3abe866455847624323e4
parent41b9a35f956a9a86b522ef233c7167e86b702983 (diff)
correct wrong default branch for debian development
-rw-r--r--git_buildpackage/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/git_buildpackage/config.py b/git_buildpackage/config.py
index f909b2f6..a6f3ff7d 100644
--- a/git_buildpackage/config.py
+++ b/git_buildpackage/config.py
@@ -23,8 +23,7 @@ class GBPOptionParser(OptionParser):
@type config_files: list
"""
defaults={ 'builder' : 'debuild',
- 'debian-branch' : 'debian',
- 'upstream-branch' : 'upstream',
+ 'debian-branch' : 'master',
'upstream-branch' : 'upstream',
'sign-tags' : '', # empty means False
'keyid' : '',