1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

nice status page

This commit is contained in:
2016-06-15 00:15:11 +02:00
parent 72ba260c8f
commit 7ff1a9d4e5
4 changed files with 112 additions and 3 deletions

View File

@@ -169,7 +169,8 @@ class DeploymentRunner:
def final_install(self):
args = shlex.split(self.final_install_command)
self.update_status(True, "Starting final_install")
self.update_status(True, "Starting final_install",
payload={"cmd": args})
log.info("%s: Starting final_install `%s`", self.name, args)
proc = Popen(args, stdout=PIPE, stderr=PIPE, universal_newlines=True,
start_new_session=True)