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

getxsick at codespeak.net getxsick at codespeak.net
Mon Mar 29 20:27:48 CEST 2010


Author: getxsick
Date: Mon Mar 29 20:27:47 2010
New Revision: 73122

Modified:
   pypy/build/ubuntu/trunk/autobuild.sh
Log:
use my special GPG and drop gpg-agent

Modified: pypy/build/ubuntu/trunk/autobuild.sh
==============================================================================
--- pypy/build/ubuntu/trunk/autobuild.sh	(original)
+++ pypy/build/ubuntu/trunk/autobuild.sh	Mon Mar 29 20:27:47 2010
@@ -6,28 +6,11 @@
 LOGFILE="autobuild.log"
 NEXT_RELEASE=1.3
 
-export DEBFULLNAME="Bartosz Skowron"
+export DEBFULLNAME="Bartosz Skowron's Daily Debs"
 export DEBEMAIL="getxsick at gmail.com"
 export USER="getxsick"
 
 (
-
-if !([ -f "$HOME/.gpg-agent-info" ] && \
-   kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2>/dev/null)
-then
-	# XXX runing gpg-agent doesn't make more sense, cause we need
-	# to type the passphrase (for first signing)
-	# 
-	# i have no idea how to avoid it and the only known for me way is
-	# 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 
-	exit 10
-fi
-. "$HOME/.gpg-agent-info"
-
 echo "--- Start a new build at `date -R`"
 
 echo " -- Check out pypy trunk"



More information about the Pypy-commit mailing list