ModuleNotFoundError: No module named 'rocbuild'
Categories
(Thunderbird :: Build Config, defect)
Tracking
(thunderbird_esr115 wontfix)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr115 | --- | wontfix |
People
(Reporter: darktrojan, Assigned: rjl)
Details
Attachments
(3 files)
The decision task is broken, complaining about this import. Since it's just a string and we're busted without it, I'm going to hard-wire the string to get the build going again, but this needs a proper fix.
| Reporter | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
Mach commands using code from comm-central need to use the tb_common site file
in most cases. Exceptions are for commands (like commlint) that simply wrap the
upstream command.
Depends on D184494
| Assignee | ||
Comment 4•2 years ago
|
||
The taskgraph commands use the mach virtualenv site. Prior to bug 1695312,
that virtualenv had it's sys.path extended with the Thunderbird Python module
paths. That's no longer the case.
This only extends sys.path for the taskgraph mach commands.
Depends on D184495
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/2f0e616f9eff
Backed out changeset b05b5bed58cc rs=backout
https://hg.mozilla.org/comm-central/rev/400691a111f2
Use tb_common virtualenv for Thunderbird mach commands. rs=bustage-fix
https://hg.mozilla.org/comm-central/rev/adc12733d38b
Fix Thunderbird taskgraph commands. rs=bustage-fix
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•