Closed
Bug 1463834
Opened 6 years ago
Closed 6 years ago
Vendor python-hglib via |mach vendor python|
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: davehunt, Assigned: scarrillo, Mentored)
References
Details
Attachments
(1 file)
Whilst working on bug 1346026 I noticed that we've vendored a package named 'python-hglib' as 'hglib'. The new |mach vendor python| command ensures that packages are vendored using their official name. For this bug, you will need to clone mozilla-central and run the following: $ mach vendor python python-hglib==2.4 This will vendor the python-hglib package that matches the existing vendored package (at the time of writing) introduced in bug 1393242. It will however be located in third_party/python/python-hglib. You will then need to remove the existing vendored package in third_party/python/hglib, and ensure that any source code referencing the old location is updated.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → scarrillo
Comment hidden (mozreview-request) |
Comment 2•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=08754cc4c2582f6f10b44f1ea7d055e48c2d79aa
Assignee | ||
Updated•6 years ago
|
Attachment #8982391 -
Flags: review?(dave.hunt)
Reporter | ||
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8982391 [details] Bug 1463834 - vendored hglib, updated to python-hglib https://reviewboard.mozilla.org/r/248332/#review254844 Looks great, thanks!
Attachment #8982391 -
Flags: review?(dave.hunt) → review+
Pushed by cmanchester@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4146b1ddbb34 vendored hglib, updated to python-hglib r=davehunt
Reporter | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4146b1ddbb34
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•5 years ago
|
Keywords: good-first-bug
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•