Searched refs:layerBranches (Results 1 – 6 of 6) sorted by relevance
27 self.index.layerBranches = {}46 self.index.layerBranches[layerBranchId] = LayerBranch(self.index)47 self.index.layerBranches[layerBranchId].define_data(layerBranchId,75 self.index.layerBranches[layerBranchId] = LayerBranch(self.index)76 self.index.layerBranches[layerBranchId].define_data(layerBranchId,121 layerBranch = self.index.layerBranches[1]133 layerBranch = self.index.layerBranches[2]149 self.assertEqual(layerDependency.layerbranch, self.index.layerBranches[2])172 self.assertEqual(recipe.layerbranch, self.index.layerBranches[1])194 self.assertEqual(machine.layerbranch, self.index.layerBranches[1])[all …]
47 for layerBranchId in self.layerindex.indexes[0].layerBranches:48 … layerItemNames.remove(self.layerindex.indexes[0].layerBranches[layerBranchId].layer.name)154 for layerbranchid in index.layerBranches:155 self.logger.debug("Present: %s" % index.layerBranches[layerbranchid].layer.name)
88 index.layerBranches = {}143 index.layerBranches[layerBranchId] = layerindexlib.LayerBranch(index, None)198 for layerBranchId in index.layerBranches:199 branchName = index.layerBranches[layerBranchId].branch.name200 collection = index.layerBranches[layerBranchId].collection291 for layerBranchId in index.layerBranches:293 machine_path = index.layerBranches[layerBranchId].layer.description306 layerbranch=index.layerBranches[layerBranchId])315 for layerBranchId in index.layerBranches:317 distro_path = index.layerBranches[layerBranchId].layer.description[all …]
503 for layerbranchid in lix.layerBranches:605 if self.branches and self.layerBranches:682 for layerbranchid in self.layerBranches:683 layerbranch = self.layerBranches[layerbranchid]706 for layerbranchid in self.layerBranches:732 for layerbranchid in self.layerBranches:733 layerbranch = self.layerBranches[layerbranchid]781 for layerbranchid in self.layerBranches:782 layerbranch = self.layerBranches[layerbranchid]802 for layerbranchid in self.layerBranches:[all …]
289 layerbranches = index.layerBranches
165 total = len(index.layerBranches)166 for i, id in enumerate(index.layerBranches):168 release = li_branch_id_to_toaster_release[index.layerBranches[id].branch_id]173 pk=li_layer_id_to_toaster_layer_id[index.layerBranches[id].layer_id]),179 index.layerBranches[id].layer_id)183 lv.release = li_branch_id_to_toaster_release[index.layerBranches[id].branch_id]184 lv.up_date = index.layerBranches[id].updated185 lv.commit = index.layerBranches[id].actual_branch186 lv.dirpath = index.layerBranches[id].vcs_subdir189 li_layer_branch_id_to_toaster_lv_id[index.layerBranches[id].id] =\