Commit 9f35bd78 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: removes a stop/start proxy which used to be useful to protect other actions

parent 958f77c3
......@@ -289,8 +289,6 @@ def runSoftwareWithLock(config, lock=False):
if not os.path.exists(config['software_root']):
os.mkdir(config['software_root'])
stopProxy(config)
startProxy(config)
# XXX Hackish and unreliable
if os.path.exists(config['software_log']):
os.remove(config['software_log'])
......
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