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

Unified Diff: bin/fetch-skps

Issue 2169653003: Change SKPs to new asset management format (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add --upload_to_partner_bucket flag to create.py Created 4 years, 5 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 | « SKP_VERSION ('k') | infra/bots/assets/skp/VERSION » ('j') | 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
index bac8e2004ac075546565ad507628f6a52d0ca0ce..19f46e33c48709445e5f9bf890f5dfd5e7dc83a9 100755
--- a/bin/fetch-skps
+++ b/bin/fetch-skps
@@ -5,23 +5,5 @@
set -x
set -e
-VERSION=`cat $(dirname $0)/../SKP_VERSION`
-if ! gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps . ; then
- cat >&2 <<EOF
-
- Instructions for authenticating.
-
- Install the utilities you need:
- curl https://sdk.cloud.google.com | bash
-
- Authenticate
- gcloud auth login
-
- Follow instructions on web page.
-
- Set Project
- gcloud config set project google.com:skia-buildbots
-
-EOF
-exit 1
-fi
+DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/skp/download.py
+python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
« no previous file with comments | « SKP_VERSION ('k') | infra/bots/assets/skp/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698