[opengtl-commits] [648] update bootstrap to use the svn repository for images |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 648
Author: cyrille
Date: 2009-03-17 16:17:51 +0100 (Tue, 17 Mar 2009)
Log Message:
-----------
update bootstrap to use the svn repository for images
Modified Paths:
--------------
trunk/Scripts/bootstrap.sh
trunk/Scripts/runtest-step2.sh
Modified: trunk/Scripts/bootstrap.sh
===================================================================
--- trunk/Scripts/bootstrap.sh 2009-03-17 14:58:43 UTC (rev 647)
+++ trunk/Scripts/bootstrap.sh 2009-03-17 15:17:51 UTC (rev 648)
@@ -4,6 +4,7 @@
cd opengtl
svn co svn+ssh://cyrille@xxxxxxxxxxxxxxxxx/svnroot/opengtl/opengtl/trunk/OpenGTL src
svn co svn+ssh://cyrille@xxxxxxxxxxxxxxxxx/svnroot/opengtl/opengtl/trunk/Scripts
+svn co svn+ssh://diwi.org/home/cyrille/svnroot/trunk/opengtl/tests-data
cd ..
wget http://www.llvm.org/releases/2.4/llvm-2.4.tar.gz
tar -xzf llvm-2.4.tar.gz
Modified: trunk/Scripts/runtest-step2.sh
===================================================================
--- trunk/Scripts/runtest-step2.sh 2009-03-17 14:58:43 UTC (rev 647)
+++ trunk/Scripts/runtest-step2.sh 2009-03-17 15:17:51 UTC (rev 648)
@@ -1,10 +1,9 @@
cd ..
-export PATH=/home/cyrille/usr:$PATH
+export PATH=/home/cyrille/usr/bin:$PATH
-rm -rf tests-data
-wget http://www.opengtl.org/download/tests-data.tar.bz2
-tar -xjf tests-data.tar.bz2
-rm tests-data.tar.bz2
+cd tests-data
+svn up
+cd ..
cd src
svn up
cd ..
@@ -27,4 +26,4 @@
ctest -D ExperimentalBuild
ctest -D ExperimentalTest
ctest -D ExperimentalSubmit
-cd ..
\ No newline at end of file
+cd ..