Lines Matching refs:cooker

436     def __init__(self, rq, cooker, cfgData, dataCaches, taskData, targets):  argument
437 self.cooker = cooker
985 if self.cooker.configuration.runall:
993 for task in self.cooker.configuration.runall:
1004 if self.cooker.configuration.force:
1013 if self.cooker.configuration.runall:
1015 … run within the recipes of the taskgraphs of the targets %s" % (str(self.cooker.configuration.runa…
1020 if self.cooker.configuration.runonly:
1024 for task in self.cooker.configuration.runonly:
1031 if self.cooker.configuration.force:
1040 …tasknames %s to run within the taskgraphs of the targets %s" % (str(self.cooker.configuration.runo…
1190 if not self.cooker.configuration.nosetscene:
1201 if self.cooker.configuration.force:
1206 if self.cooker.configuration.invalidate_stamp:
1209 for st in self.cooker.configuration.invalidate_stamp.split(','):
1268 def __init__(self, cooker, cfgData, dataCaches, taskData, targets): argument
1270 self.cooker = cooker
1272 self.rqdata = RunQueueData(self, cooker, cfgData, dataCaches, taskData, targets)
1295 if self.cooker.configuration.profile:
1300 mcdata = self.cooker.databuilder.mcdata[mc]
1320 "build_verbose_shell" : self.cooker.configuration.build_verbose_shell,
1321 "build_verbose_stdout" : self.cooker.configuration.build_verbose_stdout,
1323 "prhost" : self.cooker.prhost,
1327 "hashservaddr" : self.cooker.hashservaddr,
1331 …worker.stdin.write(b"<cookerconfig>" + pickle.dumps(self.cooker.configuration) + b"</cookerconfig>…
1332 …worker.stdin.write(b"<extraconfigdata>" + pickle.dumps(self.cooker.extraconfigdata) + b"</extracon…
1495 …elf.rqdata.init_progress_reporter = bb.progress.MultiStageProcessProgressReporter(self.cooker.data,
1509 depgraph = self.cooker.buildDependTree(self, self.rqdata.taskData)
1511 bb.event.fire(bb.event.DepTreeGenerated(depgraph), self.cooker.data)
1519 dump = self.cooker.configuration.dump_signatures
1613 bb_cache = bb.cache.NoCache(self.cooker.databuilder)
1615 the_data = bb_cache.loadDataFull(fn, self.cooker.collections[mc].get_file_appends(fn))
1663 valid_new = self.validate_hashes(tocheck, self.cooker.data, 0, True, summary=False)
1733 matches = bb.siggen.find_siginfo(pn, taskname, [], self.cooker.databuilder.mcdata[mc])
1752 self.cooker = rq.cooker
1844 build_scenequeue_data(self.sqdata, self.rqdata, self.rq, self.cooker, self.stampcache, self)
1921 …k" : task, "taskdata" : taskdata, "notneeded" : self.scenequeue_notneeded, "d" : self.cooker.data }
1981 …update_scenequeue_data([t], self.sqdata, self.rqdata, self.rq, self.cooker, self.stampcache, self,…
2104 … valid = self.rq.validate_hashes(set([nexttask]), self.cooker.data, 0, False, summary=False)
2125 if self.cooker.configuration.force:
2135 if self.cooker.configuration.skipsetscene:
2148 …if 'fakeroot' in taskdep and taskname in taskdep['fakeroot'] and not self.cooker.configuration.dry…
2151 …>" + pickle.dumps((taskfn, task, taskname, taskhash, unihash, True, self.cooker.collections[mc].ge…
2154 …>" + pickle.dumps((taskfn, task, taskname, taskhash, unihash, True, self.cooker.collections[mc].ge…
2175 if self.cooker.configuration.setsceneonly:
2185 if self.cooker.configuration.setsceneonly:
2216 if not (self.cooker.configuration.dry_run or self.rqdata.setscene_enforce):
2229 …if 'fakeroot' in taskdep and taskname in taskdep['fakeroot'] and not (self.cooker.configuration.dr…
2238 …" + pickle.dumps((taskfn, task, taskname, taskhash, unihash, False, self.cooker.collections[mc].ge…
2241 …" + pickle.dumps((taskfn, task, taskname, taskhash, unihash, False, self.cooker.collections[mc].ge…
2537 …a([t[0] for t in update_tasks2], self.sqdata, self.rqdata, self.rq, self.cooker, self.stampcache, …
2706 def build_scenequeue_data(sqdata, rqdata, rq, cooker, stampcache, sqrq): argument
2889 …update_scenequeue_data(sqdata.sq_revdeps, sqdata, rqdata, rq, cooker, stampcache, sqrq, summary=Tr…
2903 bb.event.fire(event, cooker.databuilder.mcdata[mc])
2925 def update_scenequeue_data(tids, sqdata, rqdata, rq, cooker, stampcache, sqrq, summary=True): argument
2951 …sqdata.valid |= rq.validate_hashes(tocheck, cooker.data, len(sqdata.stamppresent), False, summary=…