From: Tobias Ulmer Date: Tue, 21 Jan 2014 18:46:17 +0000 (+0100) Subject: Fix collect_project, add missing info.cache argument X-Git-Tag: e2factory-2.3.15rc1~258 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=c5c5f34667c6604a30418b6dec7286678eec82d7;p=e2factory.git Fix collect_project, add missing info.cache argument Signed-off-by: Tobias Ulmer --- diff --git a/plugins/collect_project.lua b/plugins/collect_project.lua index bfa4800..0e3011a 100644 --- a/plugins/collect_project.lua +++ b/plugins/collect_project.lua @@ -242,8 +242,8 @@ local function build_collect_project(info, r, return_flags) return false, e:cat(re) end end - rc, re = cache.fetch_file(file.server, file.location, destdir, - nil, cache_flags) + rc, re = cache.fetch_file(info.cache, file.server, file.location, + destdir, nil, cache_flags) if not rc then return false, e:cat(re) end