Remove freshmeat related stuff from release script, the site is dead
This commit is contained in:
parent
bf5357f9fb
commit
8543e5746c
1 changed files with 0 additions and 7 deletions
|
@ -20,7 +20,6 @@ LAST="$3"
|
||||||
|
|
||||||
SUBJECT="[RELEASE] Openbox $VERSION"
|
SUBJECT="[RELEASE] Openbox $VERSION"
|
||||||
MAILINGLIST=openbox@icculus.org
|
MAILINGLIST=openbox@icculus.org
|
||||||
MIKACHU=mikachu@icculus.org
|
|
||||||
|
|
||||||
cat <<EOF > $WORKDIR/.email
|
cat <<EOF > $WORKDIR/.email
|
||||||
Hello,
|
Hello,
|
||||||
|
@ -53,11 +52,5 @@ test -e $WORKDIR/.email || error "email file disappeared"
|
||||||
cat $WORKDIR/.email | mail -s "$SUBJECT" "$MAILINGLIST" || \
|
cat $WORKDIR/.email | mail -s "$SUBJECT" "$MAILINGLIST" || \
|
||||||
error "mail to $MAILINGLIST failed"
|
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
|
clean
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue