如何从 p2 镜像中删除捆绑包?
我已经创建了一个 p2 镜像,如各个地方所述:
- http://wiki.eclipse.org/ Equinox/p2/Ant_Tasks
- http://wiki.eclipse.org/Equinox/p2/Ant_Tasks/Partial_Mirroring/Example
- http://ramblingabout.wordpress.com/2009/06/23/naive-scripts-for-mirroring-p2-repositories/
我已经用 Eclipse 3.7 的捆绑包填充了它。它现在包含我不需要的 ECF 和 C++ 工具等内容。
从存储库中清除这些内容的最佳方法是什么?我可以完全删除它们还是必须使用部分镜像再次运行镜像脚本?
I've created a p2 mirror as described in various places:
- http://wiki.eclipse.org/Equinox/p2/Ant_Tasks
- http://wiki.eclipse.org/Equinox/p2/Ant_Tasks/Partial_Mirroring/Example
- http://ramblingabout.wordpress.com/2009/06/23/naive-scripts-for-mirroring-p2-repositories/
I've filled it with the bundles for Eclipse 3.7. It now contains stuff like ECF and the C++ tools which I won't need.
What is the best way to clean those from a repo? Can I remove them at all or do I have to run the mirror script again using a partial mirror?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
p2.remove.iu
Ant 任务。查找此任务和其他有用的 p2 存储库任务 这里。You can use
p2.remove.iu
Ant task. Look for this and other useful p2 repository tasks here.