[SERVER-12365] Throw error in s3md5.py if simples3 version is too low Created: 15/Jan/14  Updated: 11/Jun/15  Resolved: 11/Jun/15

Status: Closed
Project: Core Server
Component/s: Packaging
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Ernie Hershey Assignee: Jonathan Reams
Resolution: Done Votes: 0
Labels: build-planning
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Operating System: ALL
Sprint: Build 5 06/26/16
Participants:

 Description   

jim.oleary@10gen.com pointed out in SERVER-9246 that some md5's are missing from the downloads.mongodb.org s3 bucket. I've been looking at the script that generated them and it's not finding the 64-bit version of the last few releases and generating md5's for them. I'm not sure why.

https://github.com/mongodb/mongo/blob/master/buildscripts/s3md5.py



 Comments   
Comment by Ernie Hershey [ 11/Jun/15 ]

No, I think you're right. Only 2.4 uses it and will be EOLed this year, so just close this.

Comment by Ernie Hershey [ 11/Feb/14 ]

Fix should be something like this:

 if simples3.__version__ != '1.1.0':
   raise Exception("Required simples3 module version 1.1.0 not found")

Generated at Thu Feb 08 03:28:20 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.