Skip to content

Commit 1513f49

Browse files
authored
Revert "TUNE-74: source MongoDB versions from cloud.json to support 8.x binaries on AL2" (#610)
1 parent 77df340 commit 1513f49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.evergreen/mongodl.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,10 @@ def download_file(self, url: str) -> DownloadResult:
623623

624624
def refresh_full_json(self) -> None:
625625
"""
626-
Sync the content of the MongoDB cloud.json downloads list.
627-
cloud.json is a superset of full.json
626+
Sync the content of the MongoDB full.json downloads list.
628627
"""
629628
with self._db.transaction():
630-
dl = self.download_file("https://downloads.mongodb.org/cloud.json")
629+
dl = self.download_file("https://downloads.mongodb.org/full.json")
631630
if not dl.is_changed:
632631
# We still have a good cache
633632
return

0 commit comments

Comments
 (0)