Skip to content

Instantly share code, notes, and snippets.

@nthomas-mozilla
Created July 30, 2019 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nthomas-mozilla/edaf4e9ca29d165f40ab07d24d24fe11 to your computer and use it in GitHub Desktop.
Save nthomas-mozilla/edaf4e9ca29d165f40ab07d24d24fe11 to your computer and use it in GitHub Desktop.
changeset: 559111:c639c330bff6
bookmark: partner-signing-chunking
tag: tip
user: Nick Thomas <nthomas@mozilla.com>
date: Thu Jul 25 22:35:11 2019 +1200
summary: Staging release changes
diff --git a/browser/locales/l10n-onchange-changesets.json b/browser/locales/l10n-onchange-changesets.json
--- a/browser/locales/l10n-onchange-changesets.json
+++ b/browser/locales/l10n-onchange-changesets.json
@@ -66,10 +66,44 @@
"revision": "default"
},
"ja-JP-mac": {
"platforms": [
"macosx64",
"macosx64-devedition"
],
"revision": "default"
+ },
+ "zh-CN": {
+ "platforms": [
+ "linux",
+ "linux-devedition",
+ "linux64",
+ "linux64-devedition",
+ "macosx64",
+ "macosx64-devedition",
+ "win32",
+ "win32-devedition",
+ "win64",
+ "win64-aarch64",
+ "win64-aarch64-devedition",
+ "win64-devedition"
+ ],
+ "revision": "default"
+ },
+ "zh-TW": {
+ "platforms": [
+ "linux",
+ "linux-devedition",
+ "linux64",
+ "linux64-devedition",
+ "macosx64",
+ "macosx64-devedition",
+ "win32",
+ "win32-devedition",
+ "win64",
+ "win64-aarch64",
+ "win64-aarch64-devedition",
+ "win64-devedition"
+ ],
+ "revision": "default"
}
}
diff --git a/browser/locales/onchange-locales b/browser/locales/onchange-locales
--- a/browser/locales/onchange-locales
+++ b/browser/locales/onchange-locales
@@ -1,5 +1,7 @@
en-CA
he
it
ja
ja-JP-mac
+zh-CN
+zh-TW
diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml
--- a/taskcluster/ci/config.yml
+++ b/taskcluster/ci/config.yml
@@ -248,31 +248,31 @@ partner-urls:
by-release-product:
default: null
firefox:
by-release-type:
default: null
beta|release.*:
by-release-level:
production: 'git@github.com:mozilla-partners/repack-manifests.git'
- staging: 'git@github.com:moz-releng-automation-stage/repack-manifests.git'
+ staging: 'git@github.com:nthomas-mozilla/repack-manifests.git'
esr(60|68):
by-release-level:
production: 'git@github.com:mozilla-partners/esr-repack-manifests.git'
- staging: 'git@github.com:moz-releng-automation-stage/esr-repack-manifests.git'
+ staging: 'git@github.com:nthomas-mozilla/esr-repack-manifests.git'
release-eme-free-repack:
by-release-product:
default: null
firefox:
by-release-type:
default: null
beta|release.*:
by-release-level:
production: 'git@github.com:mozilla-partners/mozilla-EME-free-manifest.git'
- staging: 'git@github.com:moz-releng-automation-stage/mozilla-EME-free-manifest.git'
+ staging: 'git@github.com:nthomas-mozilla/mozilla-EME-free-manifest.git'
task-priority:
by-project:
'mozilla-release': 'highest'
'mozilla-esr.*': 'very-high'
'mozilla-beta': 'high'
'mozilla-central': 'medium'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment