Closed
Bug 1377461
Opened 8 years ago
Closed 8 years ago
change update platform alias' when we migrate 32 bit users to 64 bit
Categories
(Release Engineering :: Release Automation, enhancement)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
References
Details
At the very least, https://github.com/mozilla/build-tools/blob/master/lib/python/release/platforms.py#L37 will need to be changed. There might be other places too.
Something we'll need to watch out for is that this may not happen at the same time for all channels. Eg, it may happen for nightly or beta before release, and it may not happen for ESR until the next ESR cycle. We may need to branch some of these structures to cope.
| Reporter | ||
Comment 1•8 years ago
|
||
Actually, nevermind! Since we're only doing this as a one-off transition for now we explicitly do _not_ want to update these alias. We'll make a one-off change for the transition release to 32-bit at 64-bit, but we'll want to continue aliasing WINNT_x86-msvc-x64 -> WINNT_x86-msvc-x86 afterwards, to ensure that users who pave over continue to stay on 32-bit.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•