]> git.e2factory.org Git - e2factory.git/commitdiff
Remove missleading and unused info.build_modes
authorTobias Ulmer <tu@emlix.com>
Fri, 13 Dec 2013 14:29:18 +0000 (15:29 +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 1c0e71e23effd5a110bfa4966570d4188dd33bf2..d944fd1210d9e7917c635a09f1298e651b4b4f8d 100644 (file)
@@ -1278,9 +1278,6 @@ function e2tool.collect_project_info(info, skip_load_config)
     info.default_repo_server = "projects"
     info.default_files_server = "upstream"
 
-    -- build modes
-    info.build_modes = { "tag", "branch" }
-
     -- the build mode policy used
     info.build_mode = nil