diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-12-09 13:21:48 +0100 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-12-09 13:21:48 +0100 |
commit | f81a5a109c0c6ef62b8be915671f1c0289766131 (patch) | |
tree | 30c788bca44724e4cdf3abe866455847624323e4 | |
parent | 41b9a35f956a9a86b522ef233c7167e86b702983 (diff) | |
download | git-buildpackage-f81a5a109c0c6ef62b8be915671f1c0289766131.tar.gz git-buildpackage-f81a5a109c0c6ef62b8be915671f1c0289766131.tar.bz2 git-buildpackage-f81a5a109c0c6ef62b8be915671f1c0289766131.zip |
correct wrong default branch for debian development
-rw-r--r-- | git_buildpackage/config.py | 3 |
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' : '', |