Remove freshmeat related stuff from release script, the site is dead
authorMikael Magnusson <mikachu@gmail.com>
Fri, 24 Oct 2014 23:21:48 +0000 (01:21 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Tue, 28 Oct 2014 03:14:23 +0000 (04:14 +0100)
release/email

index 7fa9e57..b8dc881 100755 (executable)
@@ -20,7 +20,6 @@ LAST="$3"
 
 SUBJECT="[RELEASE] Openbox $VERSION"
 MAILINGLIST=openbox@icculus.org
-MIKACHU=mikachu@icculus.org
 
 cat <<EOF > $WORKDIR/.email
 Hello,
@@ -53,11 +52,5 @@ test -e $WORKDIR/.email || error "email file disappeared"
 cat $WORKDIR/.email | mail -s "$SUBJECT" "$MAILINGLIST" || \
     error "mail to $MAILINGLIST failed"
 
-echo "Hi Mikachu,
-
-Please update the freshmeat.net Openbox stuff for $VERSION. Thanks!" | \
-mail -s "Freshmeat.net for Openbox $VERSION" "$MIKACHU" || \
-    error "mail to $MIKACHU failed"
-
 clean
 exit 0