]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
minor cleanup to added-to-stable script
authorChris Wright <chrisw@sous-sol.org>
Tue, 31 Oct 2006 11:21:54 +0000 (03:21 -0800)
committerChris Wright <chrisw@sous-sol.org>
Tue, 31 Oct 2006 11:21:54 +0000 (03:21 -0800)
scripts/added-to-stable

index dc3c9e81db34cd4cf055ecc9d226394babe12dce..a796ecaac069217d0eab419bd849e049a78f7b26 100755 (executable)
@@ -129,7 +129,7 @@ reply()
                cc="-cc $cc"
        fi
 
-       echo makemail -to $AUTHOR -from=$FROM -subject="patch $PATCH added to gregkh tree" -date="$(date -R)" -reply_to=$MESSAGE_ID
+       echo makemail -to $AUTHOR -from=$FROM -subject="patch $PATCH added to stable tree" -date="$(date -R)" -reply_to=$MESSAGE_ID
        echo smtpsend -server=$SMTP_SERVER $to -from=$FROM
 
 
@@ -145,7 +145,7 @@ reply()
                echo "    " $PATCH
                echo
                echo "A git repo of this tree can be found at "
-               echo "    http://www.kernel.org/git/?p=linux/kernel/git/gregkh/stable-queue.git;a=summary"
+               echo "    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary"
                echo
                echo
                cat $PATCH