From d071d647d60c616af50239f4e55d3bfb0054d7c1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 16 Jun 2020 14:47:48 +0200 Subject: [PATCH] scripts/quilt-mail: add commented out line to help with sending -rc2 messages --- scripts/quilt-mail | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 177c221e7d3..d51996746d4 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -159,6 +159,7 @@ sed -i -e "s/Cc: stable@vger\.kernel\.org/Cc: torvalds@linux-foundation\.org, ak echo "#!/bin/bash" > ${TMP_DIR}/send_it_off echo "kup --host=git@gitolite.kernel.org --subcmd=kup-server put patch-${FULL_VERSION} patch-${FULL_VERSION}.asc /pub/linux/kernel/v${VER}/stable-review/patch-${FULL_VERSION}.gz" >> ${TMP_DIR}/send_it_off echo "git send-email msg.*" >> ${TMP_DIR}/send_it_off +echo "#git send-email msg.000" >> ${TMP_DIR}/send_it_off chmod 755 ${TMP_DIR}/send_it_off -- 2.47.2