Actions
action #109313
closedDuplicates in dependencies.yaml should only show once in Dockerfile
Description
Observation¶
For instance perl(Devel::Cover)
currently shows twice in container/os-autoinst_dev/Dockerfile
, and my branch introducing YAML code to os-autoinst results in seeing that twice also.
Acceptance criteria¶
- AC1: Dependencies only show up once in any generated Dockerfile
Suggestions¶
- Look into
update-deps
code
Updated by tinita over 2 years ago
- Status changed from New to In Progress
- Assignee set to tinita
Updated by tinita over 2 years ago
- Status changed from In Progress to Feedback
Updated by okurz over 2 years ago
- Status changed from Feedback to Resolved
Both merged. As you already reduced the duplication in the existing files I guess we are done here.
Actions