Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29691573: Noissue - Improve dependency management documentation (Closed)
Patch Set: Created Feb. 12, 2018, 3:01 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
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: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -67,11 +67,12 @@
rebuilding the extension you should manually force reloading it in Edge by
hitting the _Reload Extension_ button.
-#### Skip dependencies check
-
-If you are modifying `adblockpluscore` or `adblockplusui` and you would like
-to build the dev extension, you can specify `SKIP_DEPENDENCY_UPDATES=true`
-as environment variable so that build tools will not ensure the release commit.
+The build script calls the ensure_dependencies script automatically to manage
+the dependencies (see _dependencies_ file). Dependencies with local
+modifications won't be updated. Otherwise during development specifying a
+feature-branch's name for a dependency's revision is sometimes useful.
+Alternatively dependency management can be disabled completely by setting the
+_SKIP_DEPENDENCY_UPDATES_ environment variable, for example:
SKIP_DEPENDENCY_UPDATES=true ./build.py devenv -t chrome
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld