Author: ianb
Date: 2004-03-30 21:47:19 -0500 (Tue, 30 Mar 2004)
New Revision: 82
Modified:
branches/SQLObject/0.5/release
Log:
Simplified
Modified: branches/SQLObject/0.5/release
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/SQLObject/0.5/release 2004-03-27 19:44:31 UTC (rev 81)
+++ branches/SQLObject/0.5/release 2004-03-31 02:47:19 UTC (rev 82)
@@ -1,14 +1,14 @@
#!/bin/sh
=20
-echo 'Installing...'
-sudo python ./setup.py install
-echo 'installation done.'
+#echo 'Installing...'
+#sudo python ./setup.py install
+#echo 'installation done.'
=20
-pushd tests > /dev/null
-echo 'Testing...'
-python ./test.py
-echo 'testing done.'
-popd
+#pushd tests > /dev/null
+#echo 'Testing...'
+#python ./test.py
+#echo 'testing done.'
+#popd
=20
echo 'Building...'
python ./setup.py sdist
|