projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41b9a35
)
correct wrong default branch for debian development
author
Guido Guenther
<agx@sigxcpu.org>
Sat, 9 Dec 2006 12:21:48 +0000
(13:21 +0100)
committer
Guido Guenther
<agx@bogon.sigxcpu.org>
Sat, 9 Dec 2006 12:21:48 +0000
(13:21 +0100)
git_buildpackage/config.py
patch
|
blob
|
history
diff --git
a/git_buildpackage/config.py
b/git_buildpackage/config.py
index f909b2f6d1e61721826ba3179f854e7aa9e21121..a6f3ff7d470320f4a6784e2924da78031684671f 100644
(file)
--- 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' : '',