Actions
Bug #10618
closedWhen fetching webapp WARs, a repository maven is created in user home
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
When we prepare sources for rudder-webapp and inventory-endpoint we fetch WARs from nexus, this created a local maven repository in our user home (~/.m2/repository)
This leads to an ever growing repository which could fill up the disks, leading to numerous errors in our build process (our CI could not build anymore because there is no space anymore)
Telling maven to create a repository into the workspace should free some space and will allow us to clean it more efficiently
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1337
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|28961e81a8d427dba52599bb6b9da505e59017c4.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.2 which was released today.
- 4.1.2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions