Searched refs:patchset (Results 1 – 16 of 16) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
| H A D | base.py | 72 cls.patchset = None 74 cls.patchset = unidiff.PatchSet.from_filename( 78 cls.patchset = [] 141 cls.added, cls.modified, cls.removed = cls.get_metadata_stats(cls.patchset) 188 def get_metadata_stats(cls, patchset): argument 225 for patch in patchset:
|
| H A D | test_patch.py | 19 for patch in cls.patchset: 38 new_cves = [p for p in self.patchset if p.path.endswith('.patch') and p.is_added_file]
|
| H A D | test_metadata.py | 77 for patch in self.patchset: 93 for patch in self.patchset: 161 for patch in self.patchset:
|
| H A D | test_python_pylint.py | 24 for patch in cls.patchset:
|
| H A D | test_mbox.py | 119 for patch in self.patchset:
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | patch.py | 796 def __init__(self, patchset, terminal): argument 809 def __init__(self, patchset, terminal): argument 810 self.patchset = patchset 815 os.chdir(self.patchset.dir) 817 self.patchset.Push() 828 def __init__(self, patchset, terminal): argument 829 self.patchset = patchset 836 os.chdir(self.patchset.dir) 838 self.patchset.Push(False) 841 patchcmd = self.patchset.Push(True, False, False) [all …]
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | patch.bbclass | 141 patchset = cls(patchdir, d) 142 resolver = rcls(patchset, oe_terminal) 143 classes[patchdir] = (patchset, resolver) 144 patchset.Clean() 146 patchset, resolver = classes[patchdir] 150 patchset.Import({"file":local, "strippath": parm['striplevel']}, True)
|
| /openbmc/bmcweb/docs/ |
| H A D | REDFISH_CHECKLIST.md | 33 common errors are present in the patchset.
|
| H A D | TESTING.md | 100 A committer should run tests that exercise all paths changed in the patchset. If
|
| /openbmc/bmcweb/ |
| H A D | OWNERS | 60 # patchset, adding your name to the list below, documenting some evidence of
|
| /openbmc/docs/designs/ |
| H A D | design-template.md | 8 in a single reasonably small patchset that has little impact to any other
|
| /openbmc/qemu/docs/devel/ |
| H A D | submitting-a-patch.rst | 416 intend for your patchset to be applied to master, but would like some 427 patchset that the submitter themselves is saying shouldn't be applied, 432 of the patchset you're looking for review on, and why reviewers 551 Include version history in patchset revisions 601 If your patchset has received no replies you should "ping" it after a
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.2.rst | 106 - libtool: Update patchset to match those submitted upstream
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | contributing.md | 32 build. Ideally, changes from the entire patchset could be done all in one go to
|
| H A D | testing.md | 148 your current patchset). For this tutorial, let's call it `sensorhandler-tests`.
|
| /openbmc/docs/ |
| H A D | CONTRIBUTING.md | 197 turn trigger a new CI build. Ideally, changes from the entire patchset could be
|