Commit e2f4f51c authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: remove dead code

parent 554abbd7
......@@ -1010,17 +1010,6 @@ def runSlapgridUntilSuccess(config, step, bang=False):
return max_tries
def setupDefaultSR(config):
"""If a default_sr is in the parameters,
and no SR is deployed yet, setup it
also run SR and Instance if required"""
project = os.path.join(config['etc_dir'], '.project')
if not os.path.exists(project) and config['default_sr'] != '':
configNewSR(config, config['default_sr'])
if config['auto_deploy']:
_thread.start_new_thread(buildAndRun, (config,))
def setMiniShellHistory(config, command):
history_max_size = 10
command = command + "\n"
......
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