]> git.saurik.com Git - wxWidgets.git/commitdiff
Put the version unmber in the subject
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Aug 2004 18:14:00 +0000 (18:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Aug 2004 18:14:00 +0000 (18:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all

index 237d71cd840c2a36dda2dc397e8285dea6aa74d7..3b82537a6a7d131209cf8afa3fce5e169b744522 100755 (executable)
@@ -342,7 +342,7 @@ if [ $KIND = daily ]; then
     cat <<EOF  | /usr/sbin/sendmail  $TO
 From: R'bot <rbot@wxpython.org>
 To: $TO
-Subject: New test build uploaded
+Subject: $DAILY test build uploaded
 Date: $DATE
 
 Hi,
@@ -350,7 +350,6 @@ Hi,
 A new test build of wxPython has been uploaded to starship.  
 
    Version: $VERSION
-   Pythons: $PYVER
    URL:     http://starship.python.net/crew/robind/wxPython/daily/$DAILY
 
 Have fun!
@@ -386,7 +385,7 @@ if [ $KIND = release ]; then
     cat <<EOF  | /usr/sbin/sendmail  $TO
 From: R'bot <rbot@wxpython.org>
 To: $TO
-Subject: New release candidate build uploaded
+Subject: $VERSION release candidate build uploaded
 Date: $DATE
 
 Hi,
@@ -394,7 +393,6 @@ Hi,
 A new RC build of wxPython has been uploaded to starship.  
 
    Version: $VERSION
-   Pythons: $PYVER
    URL:     http://starship.python.net/crew/robind/wxPython/preview/$VERSION
 
 Have fun!