]> git.saurik.com Git - wxWidgets.git/commitdiff
change how email is sent
authorRobin Dunn <robin@alldunn.com>
Mon, 21 Jun 2004 22:33:45 +0000 (22:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 21 Jun 2004 22:33:45 +0000 (22:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all

index 7c75c891117eda222cc7147381c32e13bc38dce3..b284ddd1edd3dc19cb926ebf8917affcd07c6ab2 100755 (executable)
@@ -345,7 +345,15 @@ if [ $KIND = daily ]; then
     # only N days worth
 
     # TODO:  Send email to wxPython-dev?
-    cat <<EOF  | mail -s "New test build uploaded" robin@alldunn.com
+    DATE=`date`
+    TO=wxPython-dev@lists.wxwidgets.org
+
+    cat <<EOF  | /usr/sbin/sendmail  $TO
+From: R'bot <rbot@wxpython.org>
+To: $TO
+Subject: New test build uploaded
+Date: $DATE
+
 Hi,
 
 A new test build of wxPython has been uploaded to starship.  
@@ -356,8 +364,8 @@ A new test build of wxPython has been uploaded to starship.
 
 Have fun!
 R'bot
-EOF
 
+EOF
     exit 0
 fi