perfsonar / unibuild

A kit for building repositories of packaged software
Apache License 2.0
1 stars 0 forks source link

Ignore nonexistent directories in `order` #47

Open mfeit-internet2 opened 3 months ago

mfeit-internet2 commented 3 months ago

unibuild order does a find against all directories in the build order.

It should either quietly ignore nonexistent directories as non-buildable or fail hard.