From d28a92fa6b7bb8a830160cf152479f6fd5a5c81a Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 20 Sep 2016 16:47:03 +0200 Subject: [PATCH] cache: rename default_files to upstream Signed-off-by: Tobias Ulmer --- generic/cache.lua | 2 +- local/e2-new-source.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5