Add a script to fetch the latest SKPs.

I keep forgetting how best to do this.

NOTRY=true
NOTREECHECKS=true

Review URL: https://codereview.chromium.org/880283002
This commit is contained in:
mtklein 2015-01-28 09:39:10 -08:00 committed by Commit bot
parent 073720e897
commit 674cd7e05c

9
bin/fetch-skps Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# Copies the latest bot-generated SKP set to ./skps.
set -x
set -e
VERSION=`cat $(dirname $0)/../SKP_VERSION`
gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .