Skip to content
Lustenberger Michael edited this page Sep 21, 2016 · 2 revisions

Welcome to the maestro wiki!

This was "first do it": conductor.sh

Now we want to do it right. Which means, taking over working concepts, throwing away unused/complex stuff and breaking up things to gain modularity. I.e. a fundamental split should separate public from private information. Some classes in the reclass backend can safely be made public, while other information must be kept secret in a (or serveral) separate repository(-ies).

Let's go on with bash for a while. If the core is working we can still switch to python.

Clone this wiki locally