Update from puppet:

Do not create new packages with a trailing /master in branch names.
    The new git branching setup doesn't work with this.
This commit is contained in:
Toshio くらとみ 2011-07-01 11:09:52 -07:00
parent cdfb9dc2f3
commit 6c2daab0b9

View file

@ -187,7 +187,8 @@ class Brancher(object):
(branch, pkgname))
# Add the master to the branch
branch = '%s/master' % branch
# No longer add this after the new branching setup.
#branch = '%s/master' % branch
# If branchFrom is None, this is an EOL release
# If the directory already exists, no need to invoke mkbranch
if branchFrom: