From: Tobias Ulmer Date: Fri, 8 Nov 2013 17:46:27 +0000 (+0100) Subject: Could not find out what use the "mmm" sourceset is, remove it X-Git-Tag: e2factory-2.3.15rc1~403 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=d0c0e61b2aa09ec906ed697b4c38acf12d8e8f24;p=e2factory.git Could not find out what use the "mmm" sourceset is, remove it Introduced in 53183d030127937d41a5bf211b22255cd4991eec, without a single reference anywhere, nor explanation why sourceset would be "mmm"... Signed-off-by: Tobias Ulmer --- diff --git a/plugins/git.lua b/plugins/git.lua index f5a14cb..12ee85f 100644 --- a/plugins/git.lua +++ b/plugins/git.lua @@ -573,7 +573,7 @@ function git.toresult(info, sourcename, sourceset, directory) e2lib.shquote(info.root), e2lib.shquote(src.working), e2lib.shquote(sourcename), e2lib.shquote(ref), e2lib.shquote(sourcedir), e2lib.shquote(archive)) - elseif sourceset == "working-copy" or sourceset == "mmm" then + elseif sourceset == "working-copy" then cmd = string.format("tar -C %s/%s " .. "--transform=s,^./,./%s/, ".. "--exclude=.git "..