moz-phab's `test_package` is failing due to incorrect file naming conventions
Categories
(Conduit :: moz-phab, defect, P3)
Tracking
(Not tracked)
People
(Reporter: sheehan, Assigned: sheehan)
Details
Attachments
(2 files)
See the test failure log, where it appears we generate the tarballs as mozphab-1.5.2.tar.gz
, but then try to install them as MozPhab-1.5.2.tar.gz
.
This is blocking new releases of moz-phab
.
Assignee | ||
Comment 1•1 year ago
|
||
I'm not sure when this changed, but in the logs it is clear that the tarball is
created as mozphab-{version}.tar.gz
, whereas our setup is looking for
MozPhab-{version}.tar.gz
. Update to all-lowercase naming to unblock releasing
moz-phab
.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
This change also breaks the self-updater. Re-opening.
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
(In reply to Connor Sheehan [:sheehan] from comment #2)
This change also breaks the self-updater. Re-opening.
Actually it only breaks the self-updater for those who are using pre-release versions of moz-phab
, which is maybe 1-2 people who we can reach out to about updating. With D221053 applied to the next release, we should be okay here.
Description
•