Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compose: Have first-one-wins semantics for rojig parsing
The core bug here is that previously if we had multiple YAML files in include, we ended up overwriting self->treefile_rs for the last one. Handling inheritance worked, but it broke rojig since we generate the specfile Rust side. Let's have first-one-wins semantics for now. I have a bigger fix incoming in coreos#1574 Closes: coreos#1576 Approved by: jlebon
- Loading branch information