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

Commit

Permalink
Bug 683545 mozharness bumps for 7.0b4 build1 Firefox/Fennec p=lsblakk…
Browse files Browse the repository at this point in the history
… r=aki
  • Loading branch information
lsblakk committed Aug 31, 2011
1 parent c9d9b18 commit 62b7b6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
7 changes: 2 additions & 5 deletions configs/deb_repos/release_mozilla-beta.py
@@ -1,14 +1,11 @@
VERSION = "7.0b3" VERSION = "7.0b4"
BUILDNUM = 1 BUILDNUM = 1


config = { config = {
"log_name": "signdebs", "log_name": "signdebs",
"locales_file": "buildbot-configs/mozilla/l10n-changesets_mobile-beta.json", "locales_file": "buildbot-configs/mozilla/l10n-changesets_mobile-beta.json",
"locales": ['en-US', 'multi'], "locales": ['en-US', 'multi'],
"hg_repos": [{ "hg_repos": [],
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_7_0b3_RELEASE"
}],
"package_name": "fennec", "package_name": "fennec",
"repo_name": "%(locale)s", "repo_name": "%(locale)s",
"remote_repo_path": "/home/ftp/pub/mozilla.org/mobile/candidates/%s-candidates/repos" % VERSION, "remote_repo_path": "/home/ftp/pub/mozilla.org/mobile/candidates/%s-candidates/repos" % VERSION,
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"], "ignore_locales": ["en-US", "multi"],
"repos": [{ "repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-beta", "repo": "http://hg.mozilla.org/releases/mozilla-beta",
"tag": "FENNEC_7_0b3_RELEASE", "tag": "FENNEC_7_0b4_RELEASE",
"dest": "build" "dest": "build"
},{ },{
"repo": "http://hg.mozilla.org/build/buildbot-configs", "repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_7_0b3_RELEASE", "tag": "FENNEC_7_0b4_RELEASE",
"dest": "build/configs" "dest": "build/configs"
},{ },{
"repo": "http://hg.mozilla.org/build/tools", "repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_7_0b3_RELEASE", "tag": "FENNEC_7_0b4_RELEASE",
"dest": "tools" "dest": "tools"
},{ },{
"repo": "http://hg.mozilla.org/build/compare-locales", "repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_7_0b3_RELEASE" "tag": "FENNEC_7_0b4_RELEASE"
}], }],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta", "hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta",
"hg_l10n_tag": "FENNEC_7_0b3_RELEASE", "hg_l10n_tag": "FENNEC_7_0b4_RELEASE",
"l10n_dir": "mozilla-beta", "l10n_dir": "mozilla-beta",
"env": { "env": {
"JAVA_HOME": "/tools/jdk", "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"], "ignore_locales": ["en-US", "multi"],
"repos": [{ "repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-beta", "repo": "http://hg.mozilla.org/releases/mozilla-beta",
"tag": "FENNEC_7_0b3_RELEASE", "tag": "FENNEC_7_0b4_RELEASE",
"dest": "build" "dest": "build"
},{ },{
"repo": "http://hg.mozilla.org/build/buildbot-configs", "repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_7_0b3_RELEASE", "tag": "FENNEC_7_0b4_RELEASE",
"dest": "build/configs" "dest": "build/configs"
},{ },{
"repo": "http://hg.mozilla.org/build/tools", "repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_7_0b3_RELEASE", "tag": "FENNEC_7_0b4_RELEASE",
"dest": "tools" "dest": "tools"
},{ },{
"repo": "http://hg.mozilla.org/build/compare-locales", "repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_7_0b3_RELEASE" "tag": "FENNEC_7_0b4_RELEASE"
}], }],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta", "hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-beta",
"hg_l10n_tag": "FENNEC_7_0b3_RELEASE", "hg_l10n_tag": "FENNEC_7_0b4_RELEASE",
"l10n_dir": "mozilla-beta", "l10n_dir": "mozilla-beta",
"merge_locales": true, "merge_locales": true,
"mozilla_dir": "build", "mozilla_dir": "build",
Expand Down

0 comments on commit 62b7b6b

Please sign in to comment.