setup_git_repo creates master

This commit is contained in:
Patrick Uiterwijk 2015-02-19 16:20:25 +00:00
parent ea48d2a2a9
commit 0243923759

View file

@ -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