mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
synced 2025-12-18 03:04:45 +08:00
Merge branch 'mlimonci/use-am' into 'main'
Use `git am` instead of `b4 shazam` See merge request kernel-firmware/linux-firmware!40
This commit is contained in:
@@ -172,7 +172,7 @@ def process_patch(mbox, num, remote):
|
|||||||
quiet_cmd(cmd)
|
quiet_cmd(cmd)
|
||||||
|
|
||||||
# apply the patch
|
# apply the patch
|
||||||
cmd = ["b4", "shazam", "-m", "-"]
|
cmd = ["git", "am"]
|
||||||
logging.debug("Running {}".format(cmd))
|
logging.debug("Running {}".format(cmd))
|
||||||
p = subprocess.Popen(
|
p = subprocess.Popen(
|
||||||
cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||||
|
|||||||
Reference in New Issue
Block a user