Signed-off-by: Gordon Hecker <gh@emlix.com>
NEXT:
+ * compressed build log is stored within the result packages
e2factory-2.3.4pre1
* a plugin interface was introduced. Local code is capable of loading
if not rc then
return false, e:cat(re)
end
+ -- include compressed build logfile into the result tarball
+ rc, re = e2lib.cp(res.build_config.buildlog, "build.log")
+ if not rc then
+ return false, e:cat(re)
+ end
+ rc, re = e2lib.gzip("build.log")
+ if not rc then
+ return false, e:cat(re)
+ end
rc, re = e2lib.chdir("..")
if not rc then
return false, e:cat(re)