Lines Matching refs:patches
75 self.patches = []
207 patches = f.readlines()
209 for p in reversed(patches):
211 patches = []
213 self._removePatch(os.path.join(self.patchdir, patches[-1].strip()))
214 patches.pop()
216 for p in patches:
227 self.patches.insert(i, patch)
259 bb.note("patches is %s" % self.patches)
261 for i in self.patches:
271 bb.note("applying patch %s" % self.patches[next])
272 ret = self._applypatch(self.patches[next], force)
623 self.patches.append(patch)
635 for patch in self.patches:
637 self._current = self.patches.index(patch)
654 self.patches.insert(self._current or 0, patch)
693 patch = self.patches[kwargs["patch"]]
711 args.append(os.path.basename(self.patches[kwargs["patch"]]["quiltfile"]))
783 for patch in self.patchset.patches:
785 for opatch in oldpatchset.patches:
795 … self.patchset.Refresh(remote=True, patch=self.patchset.patches.index(patch))
830 patches = []
865 patches.append(localurl)
870 return patches