Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336189 - Build should support SAPPHIRE_IGNORE_CHECKSUM_ISSUES environment variable
Summary: Build should support SAPPHIRE_IGNORE_CHECKSUM_ISSUES environment variable
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sapphire (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Konstantin Komissarchik CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 23:36 EST by Konstantin Komissarchik CLA
Modified: 2021-11-19 09:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.