Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mpc-dev] outdated repository at http://marketplace.eclipse.org/repo/

While testing I noticed that the
/home/data/httpd/marketplace.eclipse.org/repo/content.xml has outdated
meta-data that references IUs from an Indigo milestone build rather
than the final repository contents.

This causes installs to fail with errors such as "No repository found
containing: osgi.bundle,org.eclipse.birt.core,3.7.0.v20110519".

It seems that the content.xml should be deleted ASAP so that p2 uses
the compositeArtifacts.jar and compositeContent.jar instead.

We should also place a p2.index file in the same directory to avoid
unnecessary round-trips:

version=1
metadata.repository.factory.order=compositeContent.jar,!
artifact.repository.factory.order=compositeArtifacts.jar,!

Steffen

-- 
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com


Back to the top