ROOT fallback #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if undefined, potentially because the makefile is being run in isolation, the ROOT variable will not be defined, and therefore resolving the template location will not be possible
in such cases, one should manually define the relative path from each unit to the root as a fallback, perhaps simply as
it would be in poor taste to rely on a function to resolve the root by working one's way up through file structure until some marker were found since this would need to be duplicated to each node, when the entire point is to minimise redundancy
perhaps git has a command for this ? to locate the first .git directory
may be exactly what we need
this would be an acceptable level of moisture in having to duplicate this short and concise a command to every unit