arpa2 / mkroot

InternetWide Architecture Component Builders
1 stars 0 forks source link

Unsure about runkinds #4

Closed vanrein closed 4 years ago

vanrein commented 4 years ago

Does it really help to distinguish runkinds and let the user select? Is it not easier to just map all the files available, avoid inconsistencies and so on? All we care about then are non-clashing file names.

vanrein commented 4 years ago

The only superfluous information in the current CMakeLists.txt is the runkind name, which may be useful in the future, and which we can ignore when we remove the explicit support for runkinds.

rootfs_runkind(OCI_bundle
    config.json
)

The OCI_bundle name is of no impact. They are not mentioned anywhere else, except for the various CMakeLists.txt files.

The potential of filename clashes translate to the potential of .in filename clashes.

vanrein commented 4 years ago

Resolved in ce1c590b0ff6fc3482e95834486f58ae23c6fa25.