[sysadmin-bin] install-module: Do not advertise RSS feed, new version will not have it



commit f9617a483bbe742eb83d80c7fbe03f2a215ed92b
Author: Olav Vitters <olav vitters nl>
Date:   Thu Mar 3 15:08:23 2011 +0100

    install-module: Do not advertise RSS feed, new version will not have it

 install-module |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/install-module b/install-module
index 7409b86..7be2995 100755
--- a/install-module
+++ b/install-module
@@ -322,7 +322,8 @@ echo "done."
 # Send ftp-release-list email
 #
 echo "Informing ftp-release-list..."
-(echo "From: \"$WHO\" <install-module master gnome org>";
+(
+ echo "From: \"$WHO\" <install-module master gnome org>";
  echo "To: FTP Releases <ftp-release-list gnome org>";
  echo "Subject: $MODULE $VERSION";
  echo "Reply-To: desktop-devel-list gnome org";
@@ -352,9 +353,7 @@ echo "Informing ftp-release-list..."
 	cat $LOCATION/$CHANGESFILE;
 	echo;
  fi
- echo "-- ";
- echo "An RSS 2.0 feed of ftp-release-list is available at:";
- echo "$URLROOT/LATEST.xml";) | /usr/sbin/sendmail ftp-release-list gnome org
+) | /usr/sbin/sendmail ftp-release-list gnome org
 
 
 #



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