Closed
Bug 615705
Opened 14 years ago
Closed 7 years ago
TryChooser user choice syntax improvements
Categories
(Release Engineering :: General, defect, P4)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: justin.lebar+bug, Unassigned)
References
Details
(Keywords: trychooser, Whiteboard: [tryserver])
Now that bug 600296 landed, it's a bit tricky to say "build all desktop platforms but no mobile platforms".
TryChooser could improve this situation by adding two pseudo-platforms, "desktop" and "mobile", which correspond to all desktop and all mobile operating systems.
Updated•14 years ago
|
Priority: -- → P4
Whiteboard: [tryserver][simple]
Comment 1•14 years ago
|
||
Merging three bugs about new syntax options into one bug for better tracking and implementation.
From Bug 615709:
TryChooser currently accepts the following platform targets:
linux,linux64,macosx,macosx64,win32,maemo5-qt,android-r7,maemo5-gtk
It seems sensible to rename "linux" and "macosx" to "linux32" and "macosx32"
for parallelism with "win32", "linux64", and "macosx64". Right now, one might
imagine that "linux" builds both linux32 and linux64.
From bug 623953:
Support mix-n-match opt/debug in trychooser.
This shouldn't be too hard, if I add another option to the -b so that it's
opt/debug/both/mixnmatch then we can go through the user platforms for ones
with -dbg attached or something like that.
Summary: TryChooser should have --platform "desktop" and "mobile" aliases → TryChooser user choice syntax improvements
Whiteboard: [tryserver][simple] → [tryserver]
Updated•12 years ago
|
Whiteboard: [tryserver] → [tryserver][trychooser]
Updated•12 years ago
|
Keywords: trychooser
Whiteboard: [tryserver][trychooser] → [tryserver]
Comment 4•11 years ago
|
||
Found in triage.
Component: Release Engineering → Release Engineering: Developer Tools
QA Contact: hwine
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•8 years ago
|
Component: Tools → General
Comment 5•7 years ago
|
||
I think try chooser is dead and/or dying since the advent of "./mach try fuzzy". I'm closing this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•