]> git.e2factory.org Git - e2factory.git/commitdiff
e2-new-source: generic_git.new_repository() has no flags argument any more
authorTobias Ulmer <tu@emlix.com>
Wed, 20 Nov 2013 16:25:29 +0000 (17:25 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2-new-source.lua

index 01b2a03b5524ba575cf66e27bbab8b8157d8e20d..9c10d82db7f81253162365b6780781c1cf29ddb3 100644 (file)
@@ -258,9 +258,8 @@ local function e2_new_source(arg)
         -- local
         local lserver = info.root_server_name
         local llocation = string.format("in/%s/.git", name)
-        local flags = {}
         local rc, re = generic_git.new_repository(info.cache, lserver, llocation,
-        rserver, rlocation, flags)
+            rserver, rlocation)
         if not rc then
             return false, re
         end