Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
backing out the release_mozilla-release portion of 166ed671a8cd
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Apr 21, 2012
1 parent 6b8499a commit 9d563d3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions configs/multi_locale/release_mozilla-release_linux-android.json
@@ -0,0 +1,37 @@
{
"work_dir": ".",
"log_name": "multilocale",
"objdir": "obj-firefox",
"locales_file": "build/configs/mozilla/l10n-changesets_mobile-release.json",
"locales_platform": "android-multilocale",
"locales_dir": "mobile/locales",
"ignore_locales": ["en-US", "multi"],
"repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-release",
"dest": "build"
},{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"dest": "build/configs"
},{
"repo": "http://hg.mozilla.org/build/tools",
"dest": "tools"
},{
"repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "RELEASE_AUTOMATION"
}],
"l10n_repos": [{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"dest": "build/configs"
}],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-release",
"required_config_vars": ["tag_override"],
"l10n_dir": "mozilla-release",
"env": {
"JAVA_HOME": "/tools/jdk",
"PATH": "%(PATH)s:/tools/jdk/bin"
},
"merge_locales": true,
"mozilla_dir": "build",
"mozconfig": "build/configs/mozilla2/linux-android/mozilla-release/release/mozconfig",
"jarsigner": "tools/release/signing/mozpass.py"
}

0 comments on commit 9d563d3

Please sign in to comment.