mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
This change removes svn repos which have had their ebuild modified to use the subversion eclass. This repos have already been removed from the DEPS file. Change-Id: I290d0bc6e401511abb7d637d83fe2d6961851aa9 Review URL: http://codereview.chromium.org/2899013
14 lines
1.3 KiB
Bash
Executable File
14 lines
1.3 KiB
Bash
Executable File
#!/bin/sh
|
|
|
|
#Temp Hack to get SVN repos for ebuilds that haven't switched to tar balls or getting code via SVN.
|
|
|
|
svn checkout http://shflags.googlecode.com/svn/tags/1.0.3@137 src/third_party/shflags/files
|
|
svn checkout http://shunit2.googlecode.com/svn/tags/source/2.1.5@294 src/third_party/shunit2/files
|
|
# O3D selenium tests
|
|
svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/selenium_rc@178 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/third_party/selenium_rc
|
|
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
|
|
svn checkout http://src.chromium.org/svn/trunk/src/o3d/samples@46579 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/samples
|
|
svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets/tests@155 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/o3d_assets/tests
|
|
svn checkout http://google-gflags.googlecode.com/svn/trunk@29 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/third_party/gflags
|
|
svn checkout https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests@11002 src/third_party/autotest/files/client/site_tests/graphics_WebGLConformance/WebGL
|