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

Unified Diff: bin/fetch-skps

Issue 880283002: Add a script to fetch the latest SKPs. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/fetch-skps
diff --git a/bin/fetch-skps b/bin/fetch-skps
new file mode 100755
index 0000000000000000000000000000000000000000..9afed2699ff2fe27c4de1307abaf88aa35979c86
--- /dev/null
+++ b/bin/fetch-skps
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+gsutil -m cp -r gs://chromium-skia-gm/playback_`cat SKP_VERSION`/skps .
hal.canary 2015/01/28 15:37:02 #!/bin/sh version="$(cat "$(cd "$(dirname "$0")";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698