Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] p2 publisher

Thanks, Kit.

You probably know this, but each release train needs to point to itself for the mirrorsURL.  They can't all point to ganymede.

Denis


Kit Lo wrote:

I tried the p2 publisher with the <site mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/technology/babel/update-site/ganymede/site.xml&amp;format=xml"> in the site.xml.

It's generating the following property in the artifacts.xml. Looks like the mirror will work. I will do the same for the GA build.

<property name='p2.mirrorsURL' value='http://www.eclipse.org/downloads/download.php?file=/technology/babel/update-site/ganymede/&amp;format=xml'/>

Kit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] p2 publisher


It will work, but you will see zero mirrors while the GA files are in their final spot, on http://download.eclipse.orghttp://build.eclipse.org is not mirrored.

Denis

Kit Lo wrote:


Will that still work if we don't have any mirrors?


I'm wondering if I should try that in the RC2 build I'm working on.


Kit Lo
IBM Eclipse SDK Globalization Technical Lead
Eclipse Babel Project Co-lead




Denis Roy <denis.roy@xxxxxxxxxxx>
Sent by:
babel-dev-bounces@xxxxxxxxxxx

06/15/2009 01:58 PM

Please respond to
Babel committers mailing list
<babel-dev@xxxxxxxxxxx>



To
babel committers mailing list <babel-dev@xxxxxxxxxxx>
cc

Subject
[babel-dev] p2 publisher













Hey Kit,

It occurred to me that if you build the p2 metadata for the GA, we must tell p2 to use the Eclipse mirrors for downloads.  Otherwise, all the Babel downloads will come from Eclipse.org, which will be slow.

If you're building the p2 data from site.xml, you just need change this:

<site>

to

<site mirrorsURL=
"http://www.eclipse.org/downloads/download.php?file=/technology/babel/update-site/ganymede/site.xml&amp;format=xml">

Let me know if this makes no sense.

Thanks!






Back to the top