From 9ceeb8675dd376385affbf4bf8fcc6f22fc2e7f3 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Thu, 7 Nov 2024 15:32:26 +0100 Subject: update scripts --- bin/xfsprogs_release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/xfsprogs_release.sh') diff --git a/bin/xfsprogs_release.sh b/bin/xfsprogs_release.sh index d17ac96..104adc8 100755 --- a/bin/xfsprogs_release.sh +++ b/bin/xfsprogs_release.sh @@ -4,8 +4,8 @@ SOURCE="$PWD" VERSION_FILE="$SOURCE/VERSION" CONFIGURE_FILE="$SOURCE/configure.ac" DEB_FILE="$SOURCE/debian/changelog" -LIST="carlos@maiolino.me" -FORNEXT_DIR="/home/cmaiolin/Source/xfsprogs/for-next" +LIST="linux-xfs@vger.kernel.org" +FORNEXT_DIR="~/Source/xfsprogs/for-next" LAST_HEAD="" DEBUG=1 @@ -50,7 +50,7 @@ BODY="$2" fi if [ -f $BODY ]; then - neomutt -F ~/.mutt/muttrc-local-korg -s "$SUBJECT" $LIST -i $BODY + neomutt -F ~/.mutt/muttrc-kernel -s "$SUBJECT" $LIST -i $BODY else echo "No message body... exiting" exit 1 -- cgit v1.2.3