Commit 307cf70b authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: ISSoftwareReleaseReady creates symlinks for SRs if needed

parent 29ea0e2d
......@@ -821,6 +821,7 @@ def isSoftwareReleaseReady(config):
if software_name[-1] == '/':
software_name = software_name[:-1]
software_name = software_name.split('/')[-1]
config_SR_folder(config)
if os.path.exists(os.path.join(config['runner_workdir'],
'softwareLink', software_name, '.completed')):
return "1"
......
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