104
104
"""Collect git or bzr branch."""
105
105
print("Running repo phase...")
106
110
if self.options.branch is not None:
107
111
self.run_build_command(['ls', '/build'])
108
112
cmd = ["bzr", "branch", self.options.branch, self.name]
110
114
cmd.insert(1, "-Ossl.cert_reqs=none")
113
116
assert self.options.git_repository is not None
114
117
assert self.options.git_path is not None
120
119
"git", "clone", "-b", self.options.git_path,