Closed
Bug 600296
Opened 14 years ago
Closed 14 years ago
[TryChooser] Why does mobile platforms not use -p flag
Categories
(Release Engineering :: General, defect, P5)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: lsblakk)
References
Details
(Whiteboard: [try])
Currently if you specify
-p macosx
it still builds mobile platforms (thus wasting server time). Instead mobile is configured using a separate -m flag. Why not simply add the various mobile platforms to the list of platforms handled by the -p flag?
Possibly allow -p mobile and -p desktop if people really need the ability to build all of desktop or all of mobile.
Updated•14 years ago
|
Assignee: nobody → lsblakk
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [try]
Assignee | ||
Updated•14 years ago
|
Blocks: try_enhancements
Priority: -- → P5
Assignee | ||
Comment 1•14 years ago
|
||
This issue will be addressed in the next round of trychooser improvements, but currently needs to wait on work for bug 589847 to finish so that it's clearer how the mapping to live configs will be done.
Assignee | ||
Comment 2•14 years ago
|
||
In my work on bug 589847 it's becoming more apparent to me why -m was put as separate which is that mobile builds aren't opt or debug and also they are generated separately from the desktop builders so it made sense to have them created in their own function.
Assignee | ||
Comment 3•14 years ago
|
||
bug 589847 will remove the need for a separate -m flag, once that is landed this bug can be closed.
Assignee | ||
Comment 4•14 years ago
|
||
bug 589847 has landed and try syntax has been updated in https://wiki.mozilla.org/Build:TryChooser as well as http://people.mozilla.org/~lsblakk/trychooser/ to reflect the new usage of -p/--platform
Status: NEW → RESOLVED
Closed: 14 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
•