Commit f200c1f8 authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid realtime_output.

This ends up with using passed log parameter.
parent a8f0f750
......@@ -178,7 +178,7 @@ branch = %(branch)s
log(subprocess.check_output(parameter_list, stderr=subprocess.STDOUT))
# Make sure we have local repository
updater = Updater(repository_path, git_binary=config['git_binary'],
log=log)
log=log, realtime_output=False)
updater.checkout()
revision = "-".join(updater.getRevision())
full_revision_list.append('%s=%s' % (repository_id, revision))
......
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