commit-gnue
[Top][All Lists]
Advanced

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

r6364 - trunk/gnue-common/utils


From: reinhard
Subject: r6364 - trunk/gnue-common/utils
Date: Tue, 21 Sep 2004 14:33:51 -0500 (CDT)

Author: reinhard
Date: 2004-09-21 14:33:50 -0500 (Tue, 21 Sep 2004)
New Revision: 6364

Modified:
   trunk/gnue-common/utils/release-announce
Log:
Correct text for prereleases.


Modified: trunk/gnue-common/utils/release-announce
===================================================================
--- trunk/gnue-common/utils/release-announce    2004-09-21 19:23:02 UTC (rev 
6363)
+++ trunk/gnue-common/utils/release-announce    2004-09-21 19:33:50 UTC (rev 
6364)
@@ -78,16 +78,24 @@
   echo ""
   echo "$description" | fmt --width=72
   echo ""
-  echo ""
-  echo "Changes and new features in this release:"
-  echo ""
-  echo "$changes"
-  echo ""
-  echo ""
-  (
-    echo "As usual, you can download the current release of $title from"
-    echo "http://www.gnuenterprise.org/downloads/current.php";
-  ) | fmt --width=72
+  if [ "$release" == "1" ]; then
+    echo ""
+    echo "Changes and new features in this release:"
+    echo ""
+    echo "$changes"
+    echo ""
+    echo ""
+    (
+      echo "As usual, you can download the current release of $title from"
+      echo "http://www.gnuenterprise.org/downloads/current.php";
+    ) | fmt --width=72
+  else
+    echo ""
+    (
+      echo "As usual, you can download the prerelease of $title from"
+      echo "http://www.gnuenterprise.org/downloads/prereleases.php";
+    ) | fmt --width=72
+  fi
 )
 
 # Send the email





reply via email to

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