OLD | NEW |
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 #Temp Hack to get SVN repos for ebuilds that haven't switched to tar balls or ge
tting code via SVN. | 3 #Temp Hack to get SVN repos for ebuilds that haven't switched to tar balls or ge
tting code via SVN. |
4 | 4 |
5 svn checkout http://shflags.googlecode.com/svn/tags/1.0.3@137 src/third_party/sh
flags/files | |
6 svn checkout http://shunit2.googlecode.com/svn/tags/source/2.1.5@294 src/third_p
arty/shunit2/files | |
7 # O3D selenium tests | 5 # O3D selenium tests |
8 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/seleni
um_rc@178 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/
O3D/third_party/selenium_rc | 6 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/seleni
um_rc@178 ../third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O
3D/third_party/selenium_rc |
9 svn checkout http://src.chromium.org/svn/trunk/src/o3d/tests/selenium@44717 src/
third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/tests/
selenium | 7 svn checkout http://src.chromium.org/svn/trunk/src/o3d/tests/selenium@44717 ../t
hird_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/tests/s
elenium |
10 svn checkout http://src.chromium.org/svn/trunk/src/o3d/samples@46579 src/third_p
arty/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/samples | 8 svn checkout http://src.chromium.org/svn/trunk/src/o3d/samples@46579 ../third_pa
rty/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/samples |
11 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets/tests@1
55 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d
/o3d_assets/tests | 9 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets/tests@1
55 ../third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/
o3d_assets/tests |
12 svn checkout http://google-gflags.googlecode.com/svn/trunk@29 src/third_party/au
totest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/third_party/gflags | 10 svn checkout http://google-gflags.googlecode.com/svn/trunk@29 ../third_party/aut
otest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/third_party/gflags |
13 svn checkout https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/t
ests@11002 src/third_party/autotest/files/client/site_tests/graphics_WebGLConfor
mance/WebGL | 11 svn checkout https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/t
ests@11002 ../third_party/autotest/files/client/site_tests/graphics_WebGLConform
ance/WebGL |
OLD | NEW |