Open
Bug 920144
Opened 12 years ago
Updated 3 years ago
Consolidate "ensure parent directory" logic
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: gps, Unassigned)
References
Details
mozbuild.util has an ensureParentDir function. It should be renamed to ensure_parent_dir for style reasons and it should gain the ability to ensure write access is present on the directory (like what's done in mozpack.copier). Code in mozpack.copier should also be changed to use it.
We may also want a variation or mode where only 1 directory (not the entire intermediate tree) is created.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•