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 |