Commit 3e51418a authored by Łukasz Nowak's avatar Łukasz Nowak

Do not use realtime_output while rewiding revision.

parent b7c40dc8
...@@ -221,7 +221,8 @@ branch = %(branch)s ...@@ -221,7 +221,8 @@ branch = %(branch)s
# revision # revision
log(' %s at %s' % (repository_path, revision)) log(' %s at %s' % (repository_path, revision))
updater = Updater(repository_path, git_binary=config['git_binary'], updater = Updater(repository_path, git_binary=config['git_binary'],
revision=revision, log=log) revision=revision, log=log,
realtime_output=False)
updater.checkout() updater.checkout()
# Now prepare the installation of SlapOS and create instance # Now prepare the installation of SlapOS and create instance
......
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