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

Unified Diff: DEPS

Issue 888113002: Retry: fix the Python invocation for cros_chromite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 11 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: DEPS
diff --git a/DEPS b/DEPS
index 918d3eb2a40015c776cac79afea204d0d425dbed..479a0f94146c7a2472293778a3f7128466fdfcdd 100644
--- a/DEPS
+++ b/DEPS
@@ -32,8 +32,8 @@ hooks = [
{
"pattern": r".*/cros_chromite\.py",
"action": [
- "./build/scripts/tools/runit.py",
- "./build/scripts/common/cros_chromite.py", "-v",
+ "python", "build/scripts/tools/runit.py",
+ "build/scripts/common/cros_chromite.py", "-v",
],
},
]
« 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