reset to build branch for each target distribution

This commit is contained in:
Frédéric Péters 2015-12-22 17:39:26 +01:00
parent 91b1b64978
commit 5cc293cde4
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ def main():
os.mkdir(project['lock_path'], 0755)
for dist in options.distrib:
call("git checkout --quiet %s" % options.branch)
package = prepare_build(dist, project, options, new)
if package:
for arch in options.architectures: