Changes between Version 10 and Version 11 of Ticket #1757
- Timestamp:
- 01/06/2015 03:48:17 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1757 – Description
v10 v11 5 5 - Add the `ensure_dependencies.py` script to the root of the adblockpluschrome repository. 6 6 - Migrate the contents of the `.hgsub` and `.hgsubstate` files to a `dependencies` file for use by the `ensure_dependencies.py` script. (See ticket #170 and the [https://github.com/adblockplus/infrastructure/blob/master/ensure_dependencies.py#L33 script itself] for more information about the format. See the infrastructure repository [https://github.com/adblockplus/infrastructure/blob/master/dependencies for a working example].) 7 - Update `build.py` to execute the `ensure_dependencies.py` script using `subprocess.check_call`before running tasks. ([http://codereview.adblockplus.org/6018170477346816/ See this code review for an example of how to do it].)7 - Update `build.py` to execute the `ensure_dependencies.py` script as a subprocess before running tasks. ([http://codereview.adblockplus.org/6018170477346816/ See this code review for an example of how to do it].)