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:
parent
cdfb9dc2f3
commit
6c2daab0b9
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue