Open
Bug 1632875
Opened 5 years ago
Updated 2 years ago
Consolidate --setenv/--env across syntax and other selectors
Categories
(Developer Infrastructure :: Try, task, P3)
Developer Infrastructure
Try
Tracking
(firefox-esr68 wontfix, firefox75 wontfix, firefox76 wontfix, firefox77 wontfix, firefox78 affected)
People
(Reporter: ahal, Unassigned)
References
Details
(Whiteboard: [dev-prod-2020])
Currently ./mach try syntax uses --setenv and all other selectors use --env. These should use the same name.
I propose ./mach try syntax
support both --env
and --setenv
, then we use argparse.SUPPRESS
on the latter to hide it from the help.
Worth noting our test harnesses typically use --setenv
.. so there's an argument to be made we should go the other way.
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Severity: -- → S4
status-firefox75:
--- → wontfix
status-firefox76:
--- → wontfix
status-firefox77:
--- → wontfix
status-firefox78:
--- → affected
status-firefox-esr68:
--- → wontfix
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•