Migrate various `distutils` usages in first-party python modules
Categories
(Firefox Build System :: General, task, P3)
Tracking
(firefox129 fixed)
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: ahochheiden, Assigned: ahochheiden)
References
Details
Attachments
(5 files)
Not really sure what product to file this under, since there's several usages in several different modules, and I'd rather not raise a new bug for each one.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
We can't use shutil.copy_tree here, since we need the update=True
functionality implemented by the distutils variant, but not by the
shutil one. This looks like the only place in the repo we use this
functionality, so it seems fine to implement an equivalent ourselves
here directly.
| Assignee | ||
Comment 4•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
Comment 7•1 year ago
|
||
Backed out 8 changesets (Bug 1899681, Bug 1888570, Bug 1898817) as requested by the dev CLOSED TREE
Failure Log: https://treeherder.mozilla.org/logviewer?job_id=462065796&repo=autoland&lineNumber=890
Backout: https://hg.mozilla.org/integration/autoland/rev/48183268590c481e37309299d130508c7d1dc43e
Comment 10•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a1fb12118815
https://hg.mozilla.org/mozilla-central/rev/9e98a131b967
https://hg.mozilla.org/mozilla-central/rev/75d8387e1265
https://hg.mozilla.org/mozilla-central/rev/39c3934ec741
https://hg.mozilla.org/mozilla-central/rev/f74c3b8ceafd
Description
•