Closed Bug 1271614 Opened 8 years ago Closed 6 years ago

Submit complete MAR metadata for new introduced locales

Categories

(Release Engineering :: Release Automation: Other, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Unassigned)

References

Details

We introduced a new locale "cak" in Firefox 47.0b3. As a part of that build we generated complete mars, but didn't submit them to balrog, because there was no release to update from.

In 47.0b4 we generated partials and completes and submitted the updates to balrog, but because there is no entry for cak in 47.0b3 release, Balrog serves only completes.
This is the patch that I applied:

--- Firefox-47.0b3-build1.json.orig	2016-05-10 08:22:19.408468558 -0400
+++ Firefox-47.0b3-build1.json	2016-05-10 08:35:49.195160007 -0400
@@ -32,6 +32,20 @@
         "WINNT_x86_64-msvc": {
             "OS_FTP": "win64",
             "locales": {
+                "cak": {
+                    "buildID": "20160505125249",
+                    "appVersion": "47.0",
+                    "platformVersion": "47.0",
+                    "partials": [],
+                    "displayVersion": "47.0 Beta 3",
+                    "completes": [
+                        {
+                            "hashValue": "42bede46ac437ee2929e765da7825ec8e76af81cae4ab9d131345910251b3ddac1ec4974eff7b7229f7512529919006304d0105b77fb128278797579862f635f",
+                            "from": "*",
+                            "filesize": 56250707
+                        }
+                    ]
+                },
                 "pa-IN": {
                     "buildID": "20160505125249",
                     "appVersion": "47.0",
@@ -2738,6 +2752,20 @@
         "WINNT_x86-msvc": {
             "OS_FTP": "win32",
             "locales": {
+                "cak": {
+                    "buildID": "20160505125249",
+                    "appVersion": "47.0",
+                    "platformVersion": "47.0",
+                    "partials": [],
+                    "displayVersion": "47.0 Beta 3",
+                    "completes": [
+                        {
+                            "hashValue": "f5bb466f83b340aad8974319eb2d4085373bda5e843a81be18b8a27e421ddba4b3181e63190d071a200eea557cdf7ca6bcf88888c07088e24f2373afb6ef10c7",
+                            "from": "*",
+                            "filesize": 53525013
+                        }
+                    ]
+                },
                 "pa-IN": {
                     "buildID": "20160505125249",
                     "appVersion": "47.0",
@@ -5447,6 +5475,20 @@
         "Linux_x86_64-gcc3": {
             "OS_FTP": "linux-x86_64",
             "locales": {
+                "cak": {
+                    "buildID": "20160505125249",
+                    "appVersion": "47.0",
+                    "platformVersion": "47.0",
+                    "partials": [],
+                    "displayVersion": "47.0 Beta 3",
+                    "completes": [
+                        {
+                            "hashValue": "d80777f613c205db3aebfc0b602f589a34b95a86ce49e25c06bad7ee67e737322eb449cdc99bd6134186de36579d3ef77631120fc5843319c8b93b19c7a65933",
+                            "from": "*",
+                            "filesize": 53478970
+                        }
+                    ]
+                },
                 "pa-IN": {
                     "buildID": "20160505125249",
                     "appVersion": "47.0",
@@ -8159,6 +8201,20 @@
         "Linux_x86-gcc3": {
             "OS_FTP": "linux-i686",
             "locales": {
+                "cak": {
+                    "buildID": "20160505125249",
+                    "appVersion": "47.0",
+                    "platformVersion": "47.0",
+                    "partials": [],
+                    "displayVersion": "47.0 Beta 3",
+                    "completes": [
+                        {
+                            "hashValue": "3960dd79d3ef07544f64863564e7614f964f08ba4e4c72e736a0659934daa853c3ff9d83f2a422e00b92c6ae6a7a5622a645b57cf4a1749c8a1988a3b28a62a4",
+                            "from": "*",
+                            "filesize": 53748465
+                        }
+                    ]
+                },
                 "zh-TW": {
                     "buildID": "20160505125249",
                     "appVersion": "47.0",
@@ -10871,6 +10927,20 @@
         "Darwin_x86_64-gcc3-u-i386-x86_64": {
             "OS_FTP": "mac",
             "locales": {
+                "cak": {
+                    "buildID": "20160505125249",
+                    "appVersion": "47.0",
+                    "platformVersion": "47.0",
+                    "partials": [],
+                    "displayVersion": "47.0 Beta 3",
+                    "completes": [
+                        {
+                            "hashValue": "9c6918c547b4a929d819d51c7cc49e47810a158aa3c44b040ed39cdfafed71b108e49262097a4580e9c809c39cd4d23fc62f99e96f6c75e8463b4091744fb078",
+                            "from": "*",
+                            "filesize": 85312770
+                        }
+                    ]
+                },
                 "zh-TW": {
                     "buildID": "20160505125249",
                     "appVersion": "47.0",
Summary: Serve partials for new introduced locales → Submit complete MAR metadata for new introduced locales
See Also: → 1347100
Priority: -- → P3
See Also: → 1358177
<bhearsum> aki: i think that bug is fixed - it looks like we pull locales in https://hg.mozilla.org/projects/maple/file/tip/taskcluster/taskgraph/transforms/l10n.py#l299, and everything downstream (like balrog submission) inherits the locales selected there
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.