commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r10155 - trunk/gnue-common/utils


From: reinhard
Subject: [gnue] r10155 - trunk/gnue-common/utils
Date: Wed, 7 Apr 2010 01:51:22 -0500 (CDT)

Author: reinhard
Date: 2010-04-07 01:51:21 -0500 (Wed, 07 Apr 2010)
New Revision: 10155

Modified:
   trunk/gnue-common/utils/announce-release
Log:
Use new email address for announcements.


Modified: trunk/gnue-common/utils/announce-release
===================================================================
--- trunk/gnue-common/utils/announce-release    2010-03-23 15:52:14 UTC (rev 
10154)
+++ trunk/gnue-common/utils/announce-release    2010-04-07 06:51:21 UTC (rev 
10155)
@@ -158,7 +158,7 @@
   mail="$mail_unstable"
 fi
 for recepient in $mail; do
-  echo "$announcement" | mail -a "From: address@hidden" \
+  echo "$announcement" | mail -a "From: address@hidden" \
                            -s "$title $version available" \
                            $recepient
 done
@@ -176,7 +176,7 @@
     let number="$(ls 1* | tail -1) + 1"
     (
       echo "Title: $title $version available"
-      echo "Author: address@hidden"
+      echo "Author: address@hidden"
       echo "Date: $(date --iso)"
       echo ""
       echo "$announcement"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]