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

Unified Diff: tools/get_skia_lkgr.sh

Issue 1406283002: Include resources directory in google3 sync. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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
Index: tools/get_skia_lkgr.sh
diff --git a/tools/get_skia_lkgr.sh b/tools/get_skia_lkgr.sh
index 1c38dd5c4517c1105ac6a63c53fcb2948c1e1788..2fc75b7e1e96cb0593bc4c2e5c2ea9ed40957daa 100755
--- a/tools/get_skia_lkgr.sh
+++ b/tools/get_skia_lkgr.sh
@@ -6,9 +6,10 @@
# Outputs the Last Known Good Revision of Skia.
-source gbash.sh || exit
+prodcertstatus -q || (echo "Please run prodaccess." 1>&2; exit 1)
+source gbash.sh || exit 2
-set -x -e
+set -e
# Retrieve last known good revision. (App-engine script is very flaky, so retry
# 10 times.)

Powered by Google App Engine
This is Rietveld 408576698