Signed-off-by: Tobias Ulmer <tu@emlix.com>
NEXT:
+ * Fix checksum verification of some file sources used by collect_project
* Fix SourceID calculation in files plugin under artificial conditions
* Remove error message when an optional tool isn't present
out = { ".PHONY: place\n\nplace:\n" }
for file in src:file_iter() do
- e2lib.logf(4, "export file: %s", file:location())
+ rc, re = file:checksum_verify()
+ if not rc then
+ return false, e:cat(re)
+ end
+
local destdir = string.format("%s/%s", directory, source)
local destname = e2lib.basename(file:location())