]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
scripts/quilt-mail: add commented out line to help with sending -rc2 messages
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2020 12:47:48 +0000 (14:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2020 12:47:48 +0000 (14:47 +0200)
scripts/quilt-mail

index 177c221e7d35713f4e6b9bb68d0cc8b44c91ea85..d51996746d47bc04d4a129dc1e825c0862cf254e 100755 (executable)
@@ -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