Skip to content

Commit

Permalink
TUNE-74: source MongoDB versions from cloud.json to support 8.x binar…
Browse files Browse the repository at this point in the history
…ies on AL2 (#574)
  • Loading branch information
ironage authored Jan 9, 2025
1 parent f8420d2 commit d3b8951
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .evergreen/mongodl.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,11 @@ def download_file(self, url: str) -> DownloadResult:

def refresh_full_json(self) -> None:
"""
Sync the content of the MongoDB full.json downloads list.
Sync the content of the MongoDB cloud.json downloads list.
cloud.json is a superset of full.json
"""
with self._db.transaction():
dl = self.download_file("https://downloads.mongodb.org/full.json")
dl = self.download_file("https://downloads.mongodb.org/cloud.json")
if not dl.is_changed:
# We still have a good cache
return
Expand Down

0 comments on commit d3b8951

Please sign in to comment.