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

Unified Diff: mojo/devtools/common/docs/mojo_run.md

Issue 1581773005: mojo_run: infer --origin from `MOJO_VERSION` file if present. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add a verbose printout. Created 4 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 | « mojo/devtools/common/devtoolslib/shell_config.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/docs/mojo_run.md
diff --git a/mojo/devtools/common/docs/mojo_run.md b/mojo/devtools/common/docs/mojo_run.md
index 11758b68023231a2e84300f17659758530d302a8..ad4f0e269a81ddb924bb55ff239181b6e20d7e89 100644
--- a/mojo/devtools/common/docs/mojo_run.md
+++ b/mojo/devtools/common/docs/mojo_run.md
@@ -69,3 +69,12 @@ and the following in another:
mkdir ~/another_home
HOME=~/another_home mojo_run APP_URL --reuse-servers
```
+
+## Setting default mojo origin
+
+When run outside of the `domokit/mojo` repository, `mojo_run` needs `--origin`
+parameter to indicate where binaries of the core mojo services come from. If a
+`MOJO_VERSION` file is present among ancestors of `mojo_run` and `--origin`
+parameter is not set, origin will point to Google Storage location storing
+binaries of core mojo services built at the git revision indicated in
+`MOJO_VERSION`.
« no previous file with comments | « mojo/devtools/common/devtoolslib/shell_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698