From 80a483a544fcffe2e52fe99c0fc88d0aa077efb3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Dec 2017 03:17:28 +0000 Subject: [PATCH] don't run onre than 1 of these at a time.wq --- solo-builder/tools/auto_compile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/solo-builder/tools/auto_compile.py b/solo-builder/tools/auto_compile.py index 303d4e8..ac30be3 100755 --- a/solo-builder/tools/auto_compile.py +++ b/solo-builder/tools/auto_compile.py @@ -182,5 +182,6 @@ else: progress.close() run_command_capture_results("rm /vagrant/www/latest_run.txt", False); run_command_capture_results("mv /vagrant/www/in-progress.txt /vagrant/www/latest_run.txt", False); +run_command_capture_results("rm /vagrant/progress.log", False);