]> git.e2factory.org Git - e2factory.git/commitdiff
e2build: remove only use of check_only
authorTobias Ulmer <tu@emlix.com>
Wed, 31 Aug 2016 07:57:54 +0000 (09:57 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:18 +0000 (15:41 +0100)
In fact flags is entirely ignored by cache.file_path()

Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2build.lua

index 8da5156947b4ec7628db8df729c9bb212b1e8542..bbb2176ad085a6eca1cb33dbe1c736b027734d2d 100644 (file)
@@ -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)