setup_git_repo creates master
This commit is contained in:
parent
ea48d2a2a9
commit
0243923759
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ def branch_package(pkgname, branches):
|
|||
if not os.path.exists(
|
||||
os.path.join(GIT_FOLDER, '%s.git' % pkgname)):
|
||||
_invoke(SETUP_PACKAGE, [pkgname])
|
||||
branches.remove('master') # SETUP_PACKAGE creates master
|
||||
|
||||
# Create all the required branches for the package
|
||||
# Use the translated branch name until pkgdb falls inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue