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

Unified Diff: bin/fetch-skps

Issue 1305143002: Add instructions to authenticate for fetch. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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
index 5512b6e8fb5b82d5f265bfea3d9c2eb23b42c9f1..75f73d5f31488b1a0e6db7b216ba4fc2b7dac1e1 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.
« 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