From ea73fa529ffdfab49019aed95a122b721fe090f0 Mon Sep 17 00:00:00 2001 From: herb Date: Fri, 21 Aug 2015 08:38:06 -0700 Subject: Add instructions to authenticate for fetch. BUG=skia: Review URL: https://codereview.chromium.org/1305143002 --- bin/fetch-skps | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bin') diff --git a/bin/fetch-skps b/bin/fetch-skps index 5512b6e8fb..75f73d5f31 100755 --- a/bin/fetch-skps +++ b/bin/fetch-skps @@ -1,4 +1,16 @@ #!/bin/sh +# 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 # Copies the latest bot-generated SKP set to ./skps. -- cgit v1.2.3