Remove freshmeat related stuff from release script, the site is dead

This commit is contained in:
Mikael Magnusson 2014-10-25 01:21:48 +02:00
parent bf5357f9fb
commit 8543e5746c

View file

@ -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