Actions
Bug #23053
closedRudderc produces metadata.xml under target directory which breaks webapp
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
rudderc is a well behaved compiler that produces its output under a subdirectory `target`.
But the webapp expects a technique to be `techniqueId/X.Y/metadata.xml`.
Either (1) we make the webapp understand that metadata can be under `techniqueId/X.Y/target/metadata.xml` or we (2) make a mv post rudderc compilation to make things as expected.
(1) seems extremelly hard because a lot of assumption is made in rudder about that structure, like the "git technique repo" which is looking for metadata.xml to find technique.
We will make (2)
Updated by François ARMAND over 1 year ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/4888
Updated by Anonymous over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|9158335be18abfcc2f06cdf6fbfa22956219b969.
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.0.0~alpha1 which was released today.
Actions