From: Tobias Ulmer Date: Tue, 20 Sep 2016 14:47:03 +0000 (+0200) Subject: cache: rename default_files to upstream X-Git-Tag: e2factory-2.3.15rc1~92 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=d28a92fa6b7bb8a830160cf152479f6fd5a5c81a;p=e2factory.git cache: rename default_files to upstream Signed-off-by: Tobias Ulmer --- diff --git a/generic/cache.lua b/generic/cache.lua index 48874c4..ebc9979 100644 --- a/generic/cache.lua +++ b/generic/cache.lua @@ -153,7 +153,7 @@ local _server_names = strict.lock({ -- projects:info.project-locaton proj_storage = "proj-storage", projects = "projects", - default_files = "upstream", + upstream = "upstream", result_server = "results", releases = "releases", }) diff --git a/local/e2-new-source.lua b/local/e2-new-source.lua index ac609fa..b131b8e 100644 --- a/local/e2-new-source.lua +++ b/local/e2-new-source.lua @@ -271,7 +271,7 @@ local function e2_new_source(arg) local location = arguments[1] local sl, re = e2lib.parse_server_location(location, - cache.server_names().default_files) + cache.server_names().upstream) if not sl then error(re) end