Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] p2.mirrorsURL property - how do different projects handle this?

Hi Jeff,

We're doing this as part of our automated promotion process by generating an Ant script: http://git.eclipse.org/c/cdo/cdo.infrastructure.git/tree/org.eclipse.emf.cdo.releng.promotion/src/promoter/DropProcessor.java

Have a look at addMirroring(XMLOutput, File, String, String).

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 17.02.2012 21:22, schrieb Jeff Johnston:
For our Linux Tools project, we use tycho to build. We want to have the p2.mirrorsURL property specified in
artifacts.jar, but we haven't found a way to do this other than manually unzip artifacts.jar, edit artifacts.xml to add
the p2.mirrorsURL property to the repository properties, then rezip; all done post-build.

Do any other projects out there have any insights on how to do this more efficiently/automatically?

-- Jeff J.



Back to the top