D | trusty_build_config.py | 49 self.build = False 282 def build(projects, enabled=True, dist=None): function 288 project.build = bool(enabled) 311 print("testmap", project_name, "build", build) 382 "build": build, 410 def get_projects(self, build=None, have_tests=None): argument 427 return ((build is None or build == project.build) and 460 print(" Build:", project.build) 466 for build in [True, False]: 468 print("Build:" if build else "Don't build:") [all …]
|