Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Maven buildQualifier value

It's an awesome thing, actually.

Before Tycho 0.13, people trying to build our projects locally in California or Europe would get different results because they were not in the same time zone as our Jenkins server cluster (in Boston). Made for some confusing/annoying debugging because you'd THINK the local bits you just built would trump previously-built ones on the server, but due to timezone offsets, you'd be wrong.

Since Tycho 0.13 switched to use UTC, that problem is no more.

Nick

On 11/10/2011 01:19 PM, Igor Fedorenko wrote:
Tycho uses UTC timezone to calculate build qualifier [1]. This is a good
thing, especially for distributed projects.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=352838

--
Regards,
Igor

On 11-11-10 1:16 PM, Greg Watson wrote:
Hi,

Does anyone know why the buildQualifier value is about 5 hours ahead
of the actual build time? For example, the last cdt-nightly build run
on Nov 9 at 6:01am, however the buildQualifier is 201111091106. Is
the hudson master in some far off time zone somewhere? Or in a time
warp?

Greg _______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

--
Nick Boldt :: http://nick.divbyzero.com


Back to the top