From 23fa7de5c836b63768cdcdfdf12af6224e67510b Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 31 Aug 2016 09:57:54 +0200 Subject: [PATCH] e2build: remove only use of check_only In fact flags is entirely ignored by cache.file_path() Signed-off-by: Tobias Ulmer --- local/e2build.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/local/e2build.lua b/local/e2build.lua index 8da5156..bbb2176 100644 --- a/local/e2build.lua +++ b/local/e2build.lua @@ -974,9 +974,7 @@ function e2build.build_process_class:_linklast(res, return_flags) return false, e:cat(re) end local location1 = e2lib.join(location, res:get_name(), buildid) - local cache_flags = { - check_only = true - } + local cache_flags = {} local dst, re = cache.file_path(info.cache, server, location1, cache_flags) if not dst then return false, e:cat(re) -- 2.39.5