Thanks again Chris, after reading that I created [SERVER-92955] Missing source tarballs on fastdl, github workaround missing version.json - MongoDB Jira.
In case it helps others coming across this question, MongoDB’s reply was that “to simplify our release process during a recent refactor these artifacts are no longer no being produced”.
Further details were provided, which are helpful too:
"As you identify, version.json is not included in the tarball. Typically the version.json is generated locally when someone is building a version that they want to name in a particular way.
As a workaround, I see two options:
- Clone the repo and checkout the relevant release that you’d like to build locally:
git clone GitHub - mongodb/mongo: The MongoDB Database cd mongo git checkout r6.0.12
- Have your build script create a version.json file before it starts.
Given these two workarounds, and the complexity of addressing this issue within the described workflow I’m going to resolve this ticket. But, please let me know if you have questions about either workaround."