OLD | NEW |
| (Empty) |
1 #!/bin/sh | |
2 | |
3 #Temp Hack to get SVN repos for ebuilds that haven't switched to tar balls or ge
tting code via SVN. | |
4 | |
5 # O3D selenium tests | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 |