Closed
Bug 1722347
Opened 3 years ago
Closed 3 years ago
mach bootstrap --no-system-changes fails with TypeError
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox-esr78 unaffected, firefox90 unaffected, firefox91 unaffected, firefox92 fixed)
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox90 | --- | unaffected |
firefox91 | --- | unaffected |
firefox92 | --- | fixed |
People
(Reporter: agi, Assigned: agi)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
TypeError: maybe_install_private_packages_or_exit() missing 1 required positional argument: 'application'
Patch incoming.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Assignee: nobody → agi
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
This was missed in Bug 1721669, likely a rebase error.
Assignee | ||
Comment 3•3 years ago
|
||
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e1d1b68cc94
Add missing |application| parameter in install_private_packages. r=nalexander
https://hg.mozilla.org/integration/autoland/rev/d551dd92f328
Uncomment ensure_*_packages. r=nalexander
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6b6d615561ca
Check for the AVD in |mach android-emulator|. r=owlish
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4e1d1b68cc94
https://hg.mozilla.org/mozilla-central/rev/d551dd92f328
https://hg.mozilla.org/mozilla-central/rev/6b6d615561ca
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Updated•3 years ago
|
Keywords: regression
Comment 10•3 years ago
|
||
Set release status flags based on info from the regressing bug 1718341
status-firefox90:
--- → unaffected
status-firefox91:
--- → unaffected
status-firefox-esr78:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•