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

Bug 460460

Summary: [server] about server reports incorrect BuildId
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ServerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 9.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2015-02-20 11:16:29 EST
I was looking at the deploy of build eclipse-orion-I20150220-0319-linux.gtk.x86_64.zip

The Build date is 20150220-0319 and I can see bundle versions correctly at 1.0.0.v20150220-0319

The https://orion.eclipse.org/about/about.html page incorrectly says:
Build Id: 1.0.0.v20150208-2228
Comment 1 Anthony Hunter CLA 2015-02-27 13:07:53 EST
I delivered a fix but I am debating whether this is good enough.

The build produced was:
eclipse-orion-I20150227-1724-linux.gtk.x86_64.zip (Tycho timestamp uses UTC)

But the about servlet says:
Build Id: 8.0.0-v20150227-1234 (Maven timestamp uses local EST)

Maven uses UTC in version 3.2.2, so maybe we can wait until the next server update(?)
Comment 2 Anthony Hunter CLA 2015-03-13 20:19:20 EDT
(In reply to Anthony Hunter from comment #1)
> I delivered a fix but I am debating whether this is good enough.
> 
> The build produced was:
> eclipse-orion-I20150227-1724-linux.gtk.x86_64.zip (Tycho timestamp uses UTC)
> 
> But the about servlet says:
> Build Id: 8.0.0-v20150227-1234 (Maven timestamp uses local EST)
> 
> Maven uses UTC in version 3.2.2, so maybe we can wait until the next server
> update(?)

This is fixed with the changes delivered in Bug 462105.

The orion-hudson-publish.sh now gets the Maven timestamp so the download and about page match exactly.