| Summary: | [tools] Mirror task destination compressed attribute should override format repo | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Andrew Niefer <aniefer> |
| Component: | p2 | Assignee: | P2 Inbox <equinox.p2-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | pascal, remy.suen |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | stalebug | ||
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant, please remove the "stalebug" whiteboard tag. |
When mirroring a repository using a format repository to initialize the destination, then if that format has a value for "p2.compressed" then the <destination> compressed attribute is not applied. <p2.mirror source="file:/repo1" > <destination compressed="true" location="file:/repo2" format="file:/formatRepo" /> </p2.mirror> Here, if formatRepo has p2.compressed==false, then the resulting repo will also be uncompressed even though we specified compressed="true".