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

Commit

Permalink
bug 681448 - 7.0b2 bumps. p=coop, r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Aug 24, 2011
1 parent 7a69d69 commit be7f6e3
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "7.0b1"
VERSION = "7.0b2"
BUILDNUM = 1

config = {
Expand All @@ -7,7 +7,7 @@
"locales": ['en-US', 'multi'],
"hg_repos": [{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_6_0b6_RELEASE"
"tag": "FENNEC_7_0b2_RELEASE"
}],
"package_name": "fennec",
"repo_name": "%(locale)s",
Expand Down
10 changes: 5 additions & 5 deletions configs/multi_locale/release_mozilla-beta_linux-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"ignore_locales": ["en-US", "multi"],
"repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-beta",
"tag": "FENNEC_7_0b1_RELEASE",
"tag": "FENNEC_7_0b2_RELEASE",
"dest": "build"
},{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_7_0b1_RELEASE",
"tag": "FENNEC_7_0b2_RELEASE",
"dest": "build/configs"
},{
"repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_7_0b1_RELEASE",
"tag": "FENNEC_7_0b2_RELEASE",
"dest": "tools"
},{
"repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_7_0b1_RELEASE"
"tag": "FENNEC_7_0b2_RELEASE"
}],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta",
"hg_l10n_tag": "FENNEC_7_0b1_RELEASE",
"hg_l10n_tag": "FENNEC_7_0b2_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
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"ignore_locales": ["en-US", "multi"],
"repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-beta",
"tag": "FENNEC_7_0b1_RELEASE",
"tag": "FENNEC_7_0b2_RELEASE",
"dest": "build"
},{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_7_0b1_RELEASE",
"tag": "FENNEC_7_0b2_RELEASE",
"dest": "build/configs"
},{
"repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_7_0b1_RELEASE",
"tag": "FENNEC_7_0b2_RELEASE",
"dest": "tools"
},{
"repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_7_0b1_RELEASE"
"tag": "FENNEC_7_0b2_RELEASE"
}],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta",
"hg_l10n_tag": "FENNEC_7_0b1_RELEASE",
"hg_l10n_tag": "FENNEC_7_0b2_RELEASE",
"l10n_dir": "mozilla-beta",
"merge_locales": true,
"mozilla_dir": "build",
Expand Down

0 comments on commit be7f6e3

Please sign in to comment.