Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] [egit-dev] Bleeding edge builds

2010/10/21 James Blackburn <jamesblackburn@xxxxxxxxx>

On 19 October 2010 17:02, Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:
On Tue, Oct 19, 2010 at 9:46 AM, Manuel Doninger <manuel@xxxxxxxxxxxx> wrote:
> I also have the same problem here (with SpringSource Tool Suite
> 2.5.0-M3). Tried a few minutes ago, error still occured.

What's happening is that I'm getting redirected to mirrors that don't
have the p2 repository yet.

For example... http://carroll.aset.psu.edu/pub/eclipse/egit/updates-nightly/content.jar

cc'ng the webmaster to see what's up...

Any progress on this?
I'm still getting: org.eclipse.equinox.p2.core.ProvisionException: Artifact not found: http://download.eclipse.org/egit/updates-nightly/content.jar.

We keep running into this problem, and it hurts a lot of users. 
Chris who did setup the egit publishing script is not really available since he is on travel ...

We have a script scheduled on build.eclipse.org  downloading the build result from 
hudson and copying it to /home/data/httpd/download.eclipse.org/egit/updates-nightly
in order to publish it on http://download.eclipse.org/egit/updates-nightly

This used to work until the old hudson passed away, so something seems to have changed
since the move of the build server to hudson.eclipse.org.

I checked on build.eclipse.org at the path given above and it looks like a valid p2 repo is there.
But from p2 I can't reach it over http at http://download.eclipse.org/egit/updates-nightly
p2 says it can't find content.jar. 

Next I downloaded /home/data/httpd/download.eclipse.org/egit/updates-nightly/
from build.eclipse.org via sftp and verified successfully that this p2 repository can be
installed. So it's not a content problem.

Any idea what's going wrong on the way from build.eclipse.org to the download site ?

--
Matthias

Back to the top