bug #7279
closedp2 sites are extremely huge
100%
Description
Sizes as seen currently:
- 22G nightly
- 9.7G stable
These folders seem to contain more files than needed!
- why are these folder so big?
- reduce the folder content to the minimum of required files
A fresh nightly p2 update site folder only has as size of 343M:
Related issues
Updated by Andreas Kohlbecker over 6 years ago
- Related to bug #7079: P2 updates not found added
Updated by Andreas Müller over 6 years ago
- Status changed from New to In Progress
Updated by Patrick Plitzner over 6 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Patrick Plitzner to Andreas Kohlbecker
- % Done changed from 0 to 50
The update site is now deleted by using the sshexec
feature of the maven wagon plugin. The goal is part of the uploadRepo
profile in the pom.xml
of the eu.etaxonomy.taxeditor
plugin and is executed in the clean phase before the update site is uploaded.
Added clean to the corresponding maven call in the jenkins job.
Updated by Andreas Kohlbecker over 6 years ago
- Status changed from Resolved to In Progress
- Assignee changed from Andreas Kohlbecker to Patrick Plitzner
There are still editor jars with multiple versions accumulating in update site:
eg:
https://cybertaxonomy.eu/download/taxeditor/update/nightly/features/
[ ] eu.etaxonomy.taxeditor.feature.platform_4.15.0.201802211305.jar 2018-02-21 14:14 1.7K [ ] eu.etaxonomy.taxeditor.feature.platform_4.15.0.201802211311.jar 2018-02-21 14:17 1.7K [ ] eu.etaxonomy.taxeditor.feature.platform_4.15.0.201802211318.jar 2018-02-21 14:25 1.7K [ ] eu.etaxonomy.taxeditor.feature_4.15.0.201802211305.jar 2018-02-21 14:14 1.3K [ ] eu.etaxonomy.taxeditor.feature_4.15.0.201802211311.jar 2018-02-21 14:17 1.3K [ ] eu.etaxonomy.taxeditor.feature_4.15.0.201802211318.jar 2018-02-21 14:25 1.3K
Updated by Patrick Plitzner over 6 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Patrick Plitzner to Andreas Kohlbecker
There are multiple files but this seems to be another issue. As they are all from the current built updates should work now.
Created a new ticket -> #7284
Updated by Patrick Plitzner over 6 years ago
- Related to bug #7284: Multiple taxeditor jars created in p2 update for a single jenkins build added
Updated by Andreas Kohlbecker over 6 years ago
- Status changed from Resolved to Closed
- Assignee changed from Andreas Kohlbecker to Patrick Plitzner
- % Done changed from 50 to 100
this looks ok now!