mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-24 00:15:49 +00:00
Don't exit on missing dependencies
Previous change made missing build dependendies fatal, and while correct, causing the buildreq_cache file to not be updated when missing dependencies cause the build to exit. Move back to previous obvserved behavior but change the logic to return if the buildroot log is not successful. Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
committed by
Arjan van de Ven
parent
29b92c3012
commit
a021eff54d
+1
-1
@@ -300,7 +300,7 @@ class Build(object):
|
||||
exit(1)
|
||||
|
||||
if not self.parse_buildroot_log(config.download_path + "/results/root.log", ret):
|
||||
exit(1)
|
||||
return
|
||||
|
||||
self.parse_build_results(config.download_path + "/results/build.log", ret, filemanager, config, requirements, content)
|
||||
if filemanager.has_banned:
|
||||
|
||||
Reference in New Issue
Block a user