Open
Bug 1414043
Opened 7 years ago
Updated 2 years ago
Teach mozbuild's reader to recurse into a comm-central tree when dealing with a sparse checkout.
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: tomprince, Unassigned)
References
(Blocks 1 open bug)
Details
There are several parts of taskcluster's taskgraph generation that look at moz.build files. When building comm-central, it should take those into account as well.
This probably involves using a `mozpack.files.ComposedFinder` that wraps two `MercurialRevisionFinder`s. I'm not sure what the right way to enable this behavior would be, though.
Updated•7 years ago
|
Product: Core → Firefox Build System
Reporter | ||
Updated•6 years ago
|
Assignee: mozilla → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•