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() { |