Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] galileo build broken

[quoted from cross-project list]
> Was there any infrastructure change on hudson.eclipse.org which might cause such failure ?
> I found that only our build against galileo is affected, the one against helios works. 

> The local build against same galileo p2 repository works. No clue what's wrong here.

We did delete a junk directory from /releases/europa ... but that shouldn't effect galileo based builds. I just mention it, in case that info makes something click for you ... like maybe it's really a Europa based build? or you have some stray Europa dependency? (and ... still ... what we deleted should not effect a Europa based build either ... just grasping at straws).

Perhaps a better train of thought ... Galileo was back in the days we did not always store the 'jar' version of a bundle, but sometimes only its pack.gz version:

$ find ./ -name "*org.easymock*"
./galileo/200909241140/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar.pack.gz
./galileo/201002260900/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar.pack.gz
./helios/201006230900/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar.pack.gz
./helios/201006230900/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar
./helios/201009240900/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar.pack.gz
./helios/201009240900/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar
./indigo/201008200901/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar.pack.gz
./indigo/201008200901/aggregate/plugins/org.easymock_2.4.0.v20090202-0900.jar

I just mention this, in case that provides a hint as to maybe something else that changed (on your end?) that would interact with "jar" vs. "jar.pack.gz"?
And, not sure how you created your "local" version ... but maybe it has a jarred version of the bundle?






From:        Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
To:        EGit developer discussion <egit-dev@xxxxxxxxxxx>
Date:        12/09/2010 03:45 PM
Subject:        [egit-dev] galileo build broken
Sent by:        egit-dev-bounces@xxxxxxxxxxx




We are facing some strange download problems with the galileo build
on hudson.eclipse.org. The download of random osgi bundles fail
(saw easymock, net4j, log4j) from the galileo p2 repo. When running 
the same build locally (after dropping the local m2 repo) this build succeeds.

I disabled the galileo build for the moment so that we have at least nightlies
built against helios.

Any idea what could be wrong here ?

--
Matthias
_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top