From: Tobias Ulmer Date: Thu, 10 Nov 2016 16:24:51 +0000 (+0100) Subject: git source: working doesn't need to be hashed X-Git-Tag: e2factory-2.3.15rc1~8 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=bff14f4f776799e0a73132f0cd4c792f7a275bc0;p=e2factory.git git source: working doesn't need to be hashed Signed-off-by: Tobias Ulmer --- diff --git a/plugins/git.lua b/plugins/git.lua index 1137cda..bb32eb9 100644 --- a/plugins/git.lua +++ b/plugins/git.lua @@ -211,7 +211,6 @@ function git.git_source:sourceid(sourceset) hash.hash_append(hc, self._server) hash.hash_append(hc, self._location) - hash.hash_append(hc, self._working) hash.hash_append(hc, id) self._commitids[sourceset] = id self._sourceids[sourceset] = hash.hash_finish(hc)