Closed Bug 588956 Opened 14 years ago Closed 14 years ago

stop producing N810 builds

Categories

(Release Engineering :: General, defect, P5)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: jhford, Unassigned)

References

Details

This bug is to stop producing N810 builds.  No details yet on which branches are ok to stop on yet.

The following code at the end of mobile_config.py for staging and production should be enough

+#for branch_name in MOBILE_BRANCHES.keys():
+for branch_name in ('mobile-trunk',):
+    for platform_name in MOBILE_BRANCHES[branch_name]['platforms'].keys():
+        if 'maemo4' in platform_name:
+            del MOBILE_BRANCHES[branch_name]['platforms'][platform_name]
+    for l10n_platform_name in MOBILE_BRANCHES[branch_name]['l10n_platforms'].keys():
+        if 'maemo4' in l10n_platform_name:
+            del MOBILE_BRANCHES[branch_name]['l10n_platforms'][l10n_platform_name]
Blocks: 588954
Blocks: 588965
john, what is left here?
this bug covered work that was done elsewhere.  We still do n810 builds on 1.9.2 but that is waiting for a fennec 1.1 eol
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.