Signed-off-by: Gordon Hecker <gh@emlix.com>
* a bug in configuration validation for files sources was fixed
* a bug in validating the licences attribute in source configurations was
fixed
+ * the location of a patch that does not apply is included in the error
+ message now
* unused code was removed
* the faq section in the documentation was extended
* outdated documentation was removed
symlink, path)
rc, re = e2lib.patch(args)
if not rc then
+ e:append("applying patch: \"%s:%s\"", file.server, file.location)
return false, e:cat(re)
end
elseif file.copy then