| Summary: | [server] about server reports incorrect BuildId | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Server | Assignee: | 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
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(?) (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. |