[pypy-svn] r73094 - pypy/build/ubuntu/trunk
getxsick at codespeak.net
getxsick at codespeak.net
Mon Mar 29 18:18:10 CEST 2010
Author: getxsick
Date: Mon Mar 29 18:18:09 2010
New Revision: 73094
Modified:
pypy/build/ubuntu/trunk/autobuild.sh
Log:
add email notification when life is good
Modified: pypy/build/ubuntu/trunk/autobuild.sh
==============================================================================
--- pypy/build/ubuntu/trunk/autobuild.sh (original)
+++ pypy/build/ubuntu/trunk/autobuild.sh Mon Mar 29 18:18:09 2010
@@ -19,7 +19,8 @@
# to send email notification to do it manually ;)
echo "--- gpg-agent is down, send the email notification /`date -R`/"
#eval `gpg-agent --daemon > $HOME/.gpg-agent-info`
- echo "`date -R` : gpg-agent is down." | mail -s "[pypy-autobuild] gpg-agent is down" $DEBEMAIL
+ echo "`date -R` : gpg-agent is down." | \
+ mail -s "[pypy-autobuild] gpg-agent is down" $DEBEMAIL
exit 10
fi
. "$HOME/.gpg-agent-info"
@@ -62,5 +63,7 @@
done
rm changelog.old
rm -rf pypy*
+echo "`date -R` : Packages built and sent successfully." | \
+mail -s "[pypy-autobuild] status" $DEBEMAIL
echo "--- Finish the new build at `date -R`"
#) &>>$LOGFILE
More information about the Pypy-commit
mailing list