[pypy-svn] r73096 - pypy/build/ubuntu/trunk

getxsick at codespeak.net getxsick at codespeak.net
Mon Mar 29 18:20:38 CEST 2010


Author: getxsick
Date: Mon Mar 29 18:20:36 2010
New Revision: 73096

Modified:
   pypy/build/ubuntu/trunk/autobuild.sh
Log:
enable logging

Modified: pypy/build/ubuntu/trunk/autobuild.sh
==============================================================================
--- pypy/build/ubuntu/trunk/autobuild.sh	(original)
+++ pypy/build/ubuntu/trunk/autobuild.sh	Mon Mar 29 18:20:36 2010
@@ -9,6 +9,8 @@
 export DEBFULLNAME="Bartosz Skowron"
 export DEBEMAIL="getxsick at gmail.com"
 
+(
+
 if !([ -f "$HOME/.gpg-agent-info" ] && \
    kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2>/dev/null)
 then
@@ -25,7 +27,6 @@
 fi
 . "$HOME/.gpg-agent-info"
 
-#(
 echo "--- Start a new build at `date -R`"
 
 echo " -- Check out pypy trunk"
@@ -66,4 +67,4 @@
 echo "`date -R` : Packages built and sent successfully." | \
 mail -s "[pypy-autobuild] status" $DEBEMAIL
 echo "--- Finish the new build at `date -R`"
-#) &>>$LOGFILE
+) &>>$LOGFILE



More information about the Pypy-commit mailing list