Closed
Bug 723543
Opened 13 years ago
Closed 13 years ago
Android release automation should use releaseConfig['enableMultiLocale'] instead of pf['multi_locale']
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
(Whiteboard: [releases][automation][mobile][simple])
Attachments
(2 files)
1.44 KB,
patch
|
mozilla
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
2.17 KB,
patch
|
Details | Diff | Splinter Review |
... to prevent changes like this:
http://hg.mozilla.org/build/buildbot-configs/rev/2145be876274
Assignee | ||
Comment 1•13 years ago
|
||
Hmm, here http://hg.mozilla.org/build/buildbotcustom/file/8c478665ba1d/process/release.py#l1362 we use this configuration depending on platform... Now I'm not sure if we should use this configuration value from releaseConfig.
Aki, your thoughts?
Comment 2•13 years ago
|
||
Maybe
multi_locale = releaseConfig.get('enableMultiLocale', False) and pf.get('multi_locale', False)
?
Assignee | ||
Updated•13 years ago
|
Summary: Android release automation should use releaseConfig['multi_locale'] instead of pf['multi_locale'] → Android release automation should use releaseConfig['enableMultiLocale'] instead of pf['multi_locale']
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #594241 -
Flags: review?(aki)
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #594242 -
Flags: review?(aki)
Comment 5•13 years ago
|
||
Comment on attachment 594241 [details] [diff] [review]
buildbotcustom
Hm, with the bool() you could just do bool(releaseConfig.get('enableMultiLocale') and pf.get('multi_locale')), but this works too.
Attachment #594241 -
Flags: review?(aki) → review+
Comment 6•13 years ago
|
||
Comment on attachment 594242 [details] [diff] [review]
configs
I think we're going to build android-xul with multilocale for beta2.
Android multilocale is already disabled.
I don't think this patch is needed?
Updated•13 years ago
|
Attachment #594242 -
Flags: review?(aki)
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 594241 [details] [diff] [review]
buildbotcustom
http://hg.mozilla.org/build/buildbotcustom/rev/48ab730c66df
Attachment #594241 -
Flags: checked-in+
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #6)
> Comment on attachment 594242 [details] [diff] [review]
> configs
>
> I think we're going to build android-xul with multilocale for beta2.
> Android multilocale is already disabled.
> I don't think this patch is needed?
Agree.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•