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

Side by Side 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: works from anywhere Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2
3 # Copies the latest bot-generated SKP set to ./skps.
4
5 set -x
6 set -e
7
8 VERSION=`cat $(dirname $0)/../SKP_VERSION`
9 gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .
OLDNEW
« 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