[Numpy-svn] r4345 - branches/numpy.scons

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Oct 30 01:17:25 EDT 2007


Author: cdavid
Date: 2007-10-30 00:17:21 -0500 (Tue, 30 Oct 2007)
New Revision: 4345

Modified:
   branches/numpy.scons/testsdist.sh
Log:
Get automatically svn version

Modified: branches/numpy.scons/testsdist.sh
===================================================================
--- branches/numpy.scons/testsdist.sh	2007-10-30 04:16:43 UTC (rev 4344)
+++ branches/numpy.scons/testsdist.sh	2007-10-30 05:17:21 UTC (rev 4345)
@@ -1,5 +1,5 @@
 PREFIX=$PWD
-SVNVER=4342
+SVNVER=`svn info | grep "Revision: [0-9]*" | tr -d \  | cut -f2 -d:`
 rm -rf $PREFIX/build
 rm -rf $PREFIX/dist
 python setup.py sdist




More information about the Numpy-svn mailing list