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

Unified Diff: tool/override_analyzer_dependency.sh

Issue 1682673002: Add ./tool/override_analyzer_dependency.sh to checkout latest analyzer + set is as override (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fail on local mods Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tool/dependency_overrides.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/override_analyzer_dependency.sh
diff --git a/tool/override_analyzer_dependency.sh b/tool/override_analyzer_dependency.sh
new file mode 100755
index 0000000000000000000000000000000000000000..de743cec1d145816ca0ff377bb527d05bbea76d8
--- /dev/null
+++ b/tool/override_analyzer_dependency.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+set -e
+cd $( dirname "${BASH_SOURCE[0]}" )/..
+
+. ./tool/dependency_overrides.sh
+
+checkout_dependency_override_from_github \
+ analyzer \
+ dart-lang/sdk \
+ ${ANALYZER_BRANCH:-master} \
+ /pkg/analyzer/
« no previous file with comments | « tool/dependency_overrides.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698