-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Build
-
None
-
Not Needed
-
Iteration Watermelon
Problem Description
It's not possible to apt-get install mongosh from PPAs on Ubuntu. The packages are missing in the repo.
Steps to Reproduce
Look at the repos.
Expected Results
The mongosh packages should be present in https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/4.4/multiverse/binary-amd64/ and https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/4.4/multiverse/binary-amd64/.
Actual Results
The packages are not there.
Additional Notes
- Repo config for curator seems to be ok: https://github.com/mongodb-js/mongosh/blob/b8db879ff567d72cd0c040b04a2ee55bca0203b7/config/repo-config.yml#L61-L92
- https://github.com/mongodb-js/mongosh/blob/b8db879ff567d72cd0c040b04a2ee55bca0203b7/packages/build/src/barque.ts#L26 however does not seem to be ok to support multiple versions of the same OS.