We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8420d2 commit d3b8951Copy full SHA for d3b8951
.evergreen/mongodl.py
@@ -623,10 +623,11 @@ def download_file(self, url: str) -> DownloadResult:
623
624
def refresh_full_json(self) -> None:
625
"""
626
- Sync the content of the MongoDB full.json downloads list.
+ Sync the content of the MongoDB cloud.json downloads list.
627
+ cloud.json is a superset of full.json
628
629
with self._db.transaction():
- dl = self.download_file("https://downloads.mongodb.org/full.json")
630
+ dl = self.download_file("https://downloads.mongodb.org/cloud.json")
631
if not dl.is_changed:
632
# We still have a good cache
633
return
0 commit comments