mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01: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:
commit
4ee0175651
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue