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

Bug 444777

Summary: Checksums links redirect to a 404 page
Product: Community Reporter: Christopher Guindon <chris.guindon>
Component: WebsiteAssignee: Edouard Poitras <edouard>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: edouard
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Christopher Guindon CLA 2014-09-22 15:35:57 EDT
We should update the checksums links for older releases on the packaging site. 

We eventually move Eclipse packages from download.eclipse.org to archive.eclipse.org.

For example,

C++ helios/sr2:
http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/heliossr2

The checksum for win32 currently links to: http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-win32.zip.md5

but the actual link should be:
http://archive.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-win32.zip.md5
Comment 1 Edouard Poitras CLA 2014-09-22 16:13:12 EDT
As discussed with Chris earlier today, I'll start by adding a simple mechanism for flagging Package nodes as archived.  When a package is set to archived, it will pull hash information from the archive.eclipse.org server instead of the download.eclipse.org server.

The archiving of nodes will be done manually for now.  Eventually this will be done automatically by the Release Tracker cron job.
Comment 2 Edouard Poitras CLA 2015-01-15 15:38:11 EST
This should now work as expected.  I ended up putting logic in the code that figures out if it's an archived package and presents the link appropriately.