Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: client/site_tests/graphics_WebGLConformance/scripts/make-tarball

Issue 6849012: update WebGL to initial release 1.0.0 (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: move tarball to production url Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/site_tests/graphics_WebGLConformance/scripts/make-tarball
diff --git a/client/site_tests/graphics_WebGLConformance/scripts/make-tarball b/client/site_tests/graphics_WebGLConformance/scripts/make-tarball
index d82c086a0e70b136382ed48b59d1e781c023d8c8..db616fec4875ad3b3b03808780cbe8b3cb4b2dec 100755
--- a/client/site_tests/graphics_WebGLConformance/scripts/make-tarball
+++ b/client/site_tests/graphics_WebGLConformance/scripts/make-tarball
@@ -5,7 +5,7 @@
# found in the LICENSE file.
usage() {
- echo "Usage: $0 <version-tag>"
+ echo "Usage: $0 <svn-version-tag>"
}
if [[ $# -lt 1 ]]; then
@@ -13,10 +13,10 @@ if [[ $# -lt 1 ]]; then
exit 0
fi
-PACKAGENAME=webgl-tests-${1}
+PACKAGENAME=webgl-conformance-1.0.0
# source locations and revisions, taken from the original DEPS file
-WEBGL="https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests@11002"
+WEBGL="https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests@$1"
WEBGLTO="WebGL"
function update_mirror() {

Powered by Google App Engine
This is Rietveld 408576698