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

Unified Diff: README.md

Issue 29328567: Issue 3116 - Document changed multi-locale build procedure (Closed)
Patch Set: Created Sept. 24, 2015, 8:47 a.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
diff --git a/README.md b/README.md
index edcead08cebc5adbbc9c53fd950e231b67d4b6b3..d61f3967efa7209d31c78ad571937b386092eba0 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ multi-locale build is to use: https://bitbucket.org/adblockplus/adblockbrowser-b
1. Create a folder outside of the Adblock Browser repo, e.g `abb-multi`
2. Change into `abb-multi` and clone mozharness via:
- hg clone http://hg.mozilla.org/build/mozharness -r FENNEC_40_0b8_RELEASE
+ hg clone ssh://hg@bitbucket.org/adblockplus/mozharness -r adblockbrowser
Felix Dahlke 2015/09/24 09:20:29 I think that's actually better than before, to jus
3. Symlink the adblockbrowser repo into `abb-multi`, e.g.:
@@ -70,6 +70,9 @@ Apply the following changes to `abb-multi-cfg.py`:
}],
* Change `"hg_l10n_tag"` in `config` from `default` to `FENNEC_40_0_RELEASE`
+* [Issue #3047][2] introduced a custom build step named `abb-transform-locales`
+ for manipulating search engine availability and order. This must be inserted
+ into `default_actions` right before `package-multi`
* You might want to remove the `"backup-objdir"` build step if you do
not want your objdir to be backed up. Keep in mind that you then need to
clobber for a single-locale build.
@@ -117,6 +120,7 @@ An example configuration could look like this:
"package-en-US",
"restore-objdir",
"add-locales",
+ "abb-transform-locales",
"package-multi",
"summary",
],
@@ -132,3 +136,4 @@ from inside `abb-multi`. The resulting build is located in
`BUILD_DIR/OBJ_DIR/dist/`
[1]: https://wiki.mozilla.org/Mobile/Fennec/Android
+[2]: https://issues.adblockplus.org/ticket/3047
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld