Commit ae3aebd3 authored by Sebastien Robin's avatar Sebastien Robin Committed by Julien Muchembled

until we have better recipe for getting git repositories, always specify default branch

parent 0b379a97
......@@ -94,7 +94,7 @@ repository = %(repository_path)s
branch = %(branch)s
""" % {'buildout_section_id': buildout_section_id,
'repository_path' : repository_path,
'branch' : vcs_repository.get('branch','')}
'branch' : vcs_repository.get('branch','master')}
custom_profile = open(custom_profile_path, 'w')
custom_profile.write(profile_content)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment