Add a helper function for validating the user-provided directory and file customizations. This is necessary to fail early on invalid input, instead of when building the image. The function ensures that: - No file path is a prefix of another file or directory path - There are no duplicate file or directory paths in the customizations Signed-off-by: Tomáš Hozza <thozza@redhat.com> |
||
|---|---|---|
| .. | ||
| blueprint.go | ||
| blueprint_test.go | ||
| customizations.go | ||
| customizations_test.go | ||
| filesystem_customizations.go | ||
| fsnode_customizations.go | ||
| fsnode_customizations_test.go | ||