]> git.proxmox.com Git - pve-kernel.git/commitdiff
bsys: export-patchqueue: do not print signature
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Jul 2018 09:50:30 +0000 (11:50 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Jul 2018 06:59:54 +0000 (08:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit a6ee60dcae986c97010db977fcbea1a71acc30f3)

debian/scripts/export-patchqueue

index 7c9244810b29b8ecdf6f5436f8ca4dc1f913b634..cf7ce8539f81094f9d0885733708305bf03b5adc 100755 (executable)
@@ -24,6 +24,7 @@ git format-patch \
     --no-numbered \
     --no-cover-letter \
     --zero-commit \
+    --no-signature \
     --output-dir \
     "${top}/${kernel_patchdir}" \
     "${base_ref}.."