Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336189

Summary: Build should support SAPPHIRE_IGNORE_CHECKSUM_ISSUES environment variable
Product: z_Archived Reporter: Konstantin Komissarchik <konstantin>
Component: SapphireAssignee: Konstantin Komissarchik <konstantin>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: ling.hao
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Konstantin Komissarchik CLA 2011-02-02 23:36:46 EST
In some cases issues arise when verifying checksums on eclipse.org downloads. This has to do with how projects upload their binaries to the download servers and how download servers cache checksums without a way to invalidate them.

When such problems arise, -Dignore.checksum.issues=true can be added to build invocation to turn checksum validation failure into a warning. We need to also be able to set this via SAPPHIRE_IGNORE_CHECKSUM_ISSUES environment variable.
Comment 1 Konstantin Komissarchik CLA 2011-02-02 23:38:01 EST
Implemented.
Comment 2 Ling Hao CLA 2011-06-10 19:06:11 EDT
Used the -Dignore.checksum.issues=true last month as needed, so verified that switch indeed works.