Browse Source

bsys: export-patchqueue: do not print signature

Signed-off-by: Thomas Lamprecht <[email protected]>
Thomas Lamprecht 7 years ago
parent
commit
a6ee60dcae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      debian/scripts/export-patchqueue

+ 1 - 0
debian/scripts/export-patchqueue

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