]> git.e2factory.org Git - e2factory.git/commitdiff
Remove some left over error handling
authorTobias Ulmer <tu@emlix.com>
Wed, 22 Jan 2014 14:26:31 +0000 (15:26 +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/e2tool.lua

index 6012ce43087594085b2ff5f1085f89adadbbd571..ebc5af5f9eb7f8111964749e7fb22b745ce17a50 100644 (file)
@@ -1379,14 +1379,6 @@ function e2tool.collect_project_info(info, skip_load_config)
             end
         end
 
-        if rc == nil then
-            return false, e:cat(re)
-        end
-        if not rc then
-            e:append("project repository tag does not match the ReleaseId" ..
-                " given in proj/config")
-            return false, e:cat(re)
-        end
         rc, re, dirty = generic_git.verify_clean_repository(info.root)
         if not rc then
             if dirty then