From: Greg Kroah-Hartman Date: Tue, 16 Jun 2020 12:47:48 +0000 (+0200) Subject: scripts/quilt-mail: add commented out line to help with sending -rc2 messages X-Git-Tag: v5.4.47~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d071d647d60c616af50239f4e55d3bfb0054d7c1;p=thirdparty%2Fkernel%2Fstable-queue.git scripts/quilt-mail: add commented out line to help with sending -rc2 messages --- 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