[pypy-svn] r73024 - pypy/build/ubuntu/trunk
getxsick at codespeak.net
getxsick at codespeak.net
Sun Mar 28 16:26:03 CEST 2010
Author: getxsick
Date: Sun Mar 28 16:26:01 2010
New Revision: 73024
Modified:
pypy/build/ubuntu/trunk/autobuild.sh
Log:
same as the last commit
Modified: pypy/build/ubuntu/trunk/autobuild.sh
==============================================================================
--- pypy/build/ubuntu/trunk/autobuild.sh (original)
+++ pypy/build/ubuntu/trunk/autobuild.sh Sun Mar 28 16:26:01 2010
@@ -18,7 +18,7 @@
echo " -- Check out debian/ directory"
svn co http://codespeak.net/svn/pypy/build/ubuntu/trunk/debian
-find debian/ -depth -type d -name ".svn" -delete
+find debian/ -depth -type d -name ".svn" | xargs rm -rf
mv debian/ pypy-svn$REVISION
echo " -- Update debian/changelog"
More information about the Pypy-commit
mailing list