Closed
Bug 2004445
Opened 9 days ago
Closed 2 days ago
Add ./mach newtab mach get-unbranded-builds command to generate OS-specific links for easy access
Categories
(Firefox :: New Tab Page, enhancement, P2)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
148 Branch
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: maxx, Assigned: maxx)
Details
Attachments
(1 file)
Add a new ./mach newtab get-unbranded-builds command that dynamically fetches and displays download URLs for the latest unbranded Firefox builds across all major platforms (macOS, Windows 32/64-bit, and Linux 64-bit).
| Assignee | ||
Comment 1•9 days ago
|
||
This adds a new mach command to streamline access to unbranded Firefox builds
for add-on development. The command queries the Taskcluster Index API to
dynamically fetch the latest build artifact URLs for all major platforms
(macOS, Windows 32/64-bit, and Linux 64-bit).
Usage:
./mach newtab get-unbranded-builds [--channel {beta,release}]
The command outputs direct download URLs for each platform and includes
reference links to the Mozilla wiki and Treeherder for additional context.
Pushed by mcrawford@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/365fa815c18b
https://hg.mozilla.org/integration/autoland/rev/19c760d6a561
Add ./mach newtab get-unbranded-builds command to generate OS-specific links for easy access. r=home-newtab-reviewers,mconley
Status: NEW → RESOLVED
Closed: 2 days ago
status-firefox148:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 148 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•