]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
patchtest: add scripts to oe-core
authorTrevor Gamblin <tgamblin@baylibre.com>
Mon, 16 Oct 2023 19:44:57 +0000 (15:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Oct 2023 10:06:15 +0000 (11:06 +0100)
commitcf318c3c05fc050b8c838c04f28797325c569c5c
treeeae2cb9c15ee1715af721f0256965aacf548dc16
parent499cdad7a16f6cc256837069c7add294132127a4
patchtest: add scripts to oe-core

Add the following from the patchtest repo:

- patchtest: core patch testing tool
- patchtest-get-branch: determine the target branch of a patch
- patchtest-get-series: pull patch series from Patchwork
- patchtest-send-results: send test results to selected mailing list
- patchtest-setup-sharedir: create sharedir for use with patchtest guest
  mode
- patchtest.README: instructions for using patchtest based on the README
  in the original repository

Note that the patchtest script was modified slightly from the repo
version to retain compatibility with the oe-core changes.
patchtest-send-results and patchtest-setup-sharedir are also primarily
intended for automated testing in guest mode, but are added for
consistency.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/patchtest [new file with mode: 0755]
scripts/patchtest-get-branch [new file with mode: 0755]
scripts/patchtest-get-series [new file with mode: 0755]
scripts/patchtest-send-results [new file with mode: 0755]
scripts/patchtest-setup-sharedir [new file with mode: 0755]
scripts/patchtest.README [new file with mode: 0644]