Index: README.md |
diff --git a/README.md b/README.md |
index 8eb63d34a1cd31c8dd8b4a62dfc184292716912b..6dfbaf222d9eba73b6850aec3df2b682b17b6b2f 100644 |
--- a/README.md |
+++ b/README.md |
@@ -63,6 +63,7 @@ Apply the following changes to `abb-multi-cfg.py`: |
"tag": "default", |
"dest": BUILD_DIR, |
}], |
+ |
* Change `"hg_l10n_tag"` in `config` from `default` to `FENNEC_39_0_1_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 |
@@ -100,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": "default", |
+ "hg_l10n_tag": "FENNEC_39_0_1_RELEASE", |
"l10n_dir": "l10n", |
"merge_locales": True, |
"mozilla_dir": BUILD_DIR, |