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

Commit

Permalink
Bug 685253 - Tracking bug for build and release of Firefox and Fennec…
Browse files Browse the repository at this point in the history
… 7.0b5. r=aki
  • Loading branch information
Rail Aliev committed Sep 8, 2011
1 parent d77a1f4 commit 39ced63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions configs/deb_repos/release_mozilla-beta.py
@@ -1,5 +1,5 @@
VERSION = "7.0b4"
BUILDNUM = 2
VERSION = "7.0b5"
BUILDNUM = 1

config = {
"log_name": "signdebs",
Expand Down
10 changes: 5 additions & 5 deletions configs/multi_locale/release_mozilla-beta_linux-android.json
Expand Up @@ -8,22 +8,22 @@
"ignore_locales": ["en-US", "multi"],
"repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-beta",
"tag": "FENNEC_7_0b4_RELEASE",
"tag": "FENNEC_7_0b5_RELEASE",
"dest": "build"
},{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_7_0b4_RELEASE",
"tag": "FENNEC_7_0b5_RELEASE",
"dest": "build/configs"
},{
"repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_7_0b4_RELEASE",
"tag": "FENNEC_7_0b5_RELEASE",
"dest": "tools"
},{
"repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_7_0b4_RELEASE"
"tag": "FENNEC_7_0b5_RELEASE"
}],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta",
"hg_l10n_tag": "FENNEC_7_0b4_RELEASE",
"hg_l10n_tag": "FENNEC_7_0b5_RELEASE",
"l10n_dir": "mozilla-beta",
"env": {
"JAVA_HOME": "/tools/jdk",
Expand Down
10 changes: 5 additions & 5 deletions configs/multi_locale/release_mozilla-beta_linux-maemo5-gtk.json
Expand Up @@ -10,22 +10,22 @@
"ignore_locales": ["en-US", "multi"],
"repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-beta",
"tag": "FENNEC_7_0b4_RELEASE",
"tag": "FENNEC_7_0b5_RELEASE",
"dest": "build"
},{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_7_0b4_RELEASE",
"tag": "FENNEC_7_0b5_RELEASE",
"dest": "build/configs"
},{
"repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_7_0b4_RELEASE",
"tag": "FENNEC_7_0b5_RELEASE",
"dest": "tools"
},{
"repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_7_0b4_RELEASE"
"tag": "FENNEC_7_0b5_RELEASE"
}],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta",
"hg_l10n_tag": "FENNEC_7_0b4_RELEASE",
"hg_l10n_tag": "FENNEC_7_0b5_RELEASE",
"l10n_dir": "mozilla-beta",
"merge_locales": true,
"mozilla_dir": "build",
Expand Down

0 comments on commit 39ced63

Please sign in to comment.