Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] tool to delete one repo from other repo

2010/12/27 Jacek Pospychała <jacek.p@xxxxxxxx>
hi Relengs,

I have a repo that will always be installed on top of some product, but content of repo and this product overlaps a bit.
Because repo will be distributed in some old fashioned way (like a floppy drive:-) ), I want it to be as small as possible.
So I want all IUs that are in the product to be removed from repo.


You can do it as part of PDE build, there's a  p2.remove.iu task.  We were using it in the e4 build (commented out in the postSetup task ATM):

http://dev.eclipse.org/viewcvs/viewvc.cgi/e4/releng/org.eclipse.e4.builder/builder/general/customTargets.xml?view=co&revision=1.90.2.4&content-type=text%2Fplain

See http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm for full syntax.

Later,
PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top