Index: README.md |
diff --git a/README.md b/README.md |
index 6dfbaf222d9eba73b6850aec3df2b682b17b6b2f..6a8902ff2d2386d014ef02eeb9921f037a301b52 100644 |
--- a/README.md |
+++ b/README.md |
@@ -32,7 +32,7 @@ Creating a multilocale build |
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_39_0_1_RELEASE |
+ hg clone http://hg.mozilla.org/build/mozharness -r FENNEC_40_0b8_RELEASE |
Felix Dahlke
2015/08/12 11:47:13
I suppose we were a bit too fast here - we should
|
3. Symlink the adblockbrowser repo into `abb-multi`, e.g.: |
@@ -64,7 +64,7 @@ Apply the following changes to `abb-multi-cfg.py`: |
"dest": BUILD_DIR, |
}], |
-* Change `"hg_l10n_tag"` in `config` from `default` to `FENNEC_39_0_1_RELEASE` |
+* Change `"hg_l10n_tag"` in `config` from `default` to `FENNEC_40_0_RELEASE` |
* 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. |
@@ -101,7 +101,7 @@ An example configuration could look like this: |
"tag": "RELEASE_AUTOMATION" |
}], |
"hg_l10n_base": "https://hg.mozilla.org/%s" % L10N_REPO_PATH, |
- "hg_l10n_tag": "FENNEC_39_0_1_RELEASE", |
+ "hg_l10n_tag": "FENNEC_40_0_RELEASE", |
"l10n_dir": "l10n", |
"merge_locales": True, |
"mozilla_dir": BUILD_DIR, |