mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
This script has some seriously sharp edges. Today two devs cut their fingers on it trying to get new functionality in place. One when, in a attempt at, adding an innocent status daemon, and another setting up a client repository with a custom, enabled-by-default, daemon. In both instances this script happily cleaned out the deamons from enabled/. A better alternative, as described in issue #74, is to be stricter on what is enabled by default, and for things we feel provide value in the Classic build, maintain a separate list of symlinks in its meta board definitiion instead. Also, clean out previous attempt at factory-config. Now that we have the auto-factory support in place we don't need this. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>