]> git.e2factory.org Git - e2factory.git/commitdiff
git source: working doesn't need to be hashed
authorTobias Ulmer <tu@emlix.com>
Thu, 10 Nov 2016 16:24:51 +0000 (17:24 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:18 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
plugins/git.lua

index 1137cda8105b54f009c38722ab103d7aa4d1dc85..bb32eb90ee6762915241a9ef35ae49d1a92e2718 100644 (file)
@@ -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)