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

Commit

Permalink
bug 682939 - mozharness 6.0.1 bumps. r=lsblakk
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Aug 29, 2011
1 parent b9bba46 commit 87bbb07
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-release.py
@@ -1,14 +1,11 @@
VERSION = "6.0"
VERSION = "6.0.1"
BUILDNUM = 1

config = {
"log_name": "signdebs",
"locales_file": "buildbot-configs/mozilla/l10n-changesets_mobile-release.json",
"locales": ['en-US', 'multi'],
"hg_repos": [{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_6_0_RELEASE"
}],
"hg_repos": [],
"package_name": "fennec",
"repo_name": "%(locale)s",
"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-release_linux-android.json
Expand Up @@ -8,22 +8,22 @@
"ignore_locales": ["en-US", "multi"],
"repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-release",
"tag": "FENNEC_6_0_RELEASE",
"tag": "FENNEC_6_0_1_RELEASE",
"dest": "build"
},{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_6_0_RELEASE",
"tag": "FENNEC_6_0_1_RELEASE",
"dest": "build/configs"
},{
"repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_6_0_RELEASE",
"tag": "FENNEC_6_0_1_RELEASE",
"dest": "tools"
},{
"repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_6_0_RELEASE"
"tag": "FENNEC_6_0_1_RELEASE"
}],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-release",
"hg_l10n_tag": "FENNEC_6_0_RELEASE",
"hg_l10n_tag": "FENNEC_6_0_1_RELEASE",
"l10n_dir": "mozilla-release",
"env": {
"JAVA_HOME": "/tools/jdk",
Expand Down
Expand Up @@ -10,22 +10,22 @@
"ignore_locales": ["en-US", "multi"],
"repos": [{
"repo": "http://hg.mozilla.org/releases/mozilla-release",
"tag": "FENNEC_6_0_RELEASE",
"tag": "FENNEC_6_0_1_RELEASE",
"dest": "build"
},{
"repo": "http://hg.mozilla.org/build/buildbot-configs",
"tag": "FENNEC_6_0_RELEASE",
"tag": "FENNEC_6_0_1_RELEASE",
"dest": "build/configs"
},{
"repo": "http://hg.mozilla.org/build/tools",
"tag": "FENNEC_6_0_RELEASE",
"tag": "FENNEC_6_0_1_RELEASE",
"dest": "tools"
},{
"repo": "http://hg.mozilla.org/build/compare-locales",
"tag": "FENNEC_6_0_RELEASE"
"tag": "FENNEC_6_0_1_RELEASE"
}],
"hg_l10n_base": "http://hg.mozilla.org/releases/l10n/mozilla-release",
"hg_l10n_tag": "FENNEC_6_0_RELEASE",
"hg_l10n_tag": "FENNEC_6_0_1_RELEASE",
"l10n_dir": "mozilla-release",
"merge_locales": true,
"mozilla_dir": "build",
Expand Down

0 comments on commit 87bbb07

Please sign in to comment.