For now, there's no generic command line tool yet. For each individual project (or branch) we have a separate tiny script that calls the actual builder tool w/ appropriate config file name and the pool to build.
We should have a generic command line tool for that, so we don't need these individual scriptlets anymore.
Describe the solution you'd like
./build-pool
Additional context
History:
originally this tool was meant to be customized for each project
each project should have a number of scriptlets that can be executed w/o any extra parameters (eg. just hit on it in tools like MC ;-)).
historically, these scriptlets used to do some more project specific things, that now can be just configured in the target config file
that approach always had been a temporary step, and I've just been too lazy for writing a generic command :p
What is the problem you're trying to solve
For now, there's no generic command line tool yet. For each individual project (or branch) we have a separate tiny script that calls the actual builder tool w/ appropriate config file name and the pool to build.
We should have a generic command line tool for that, so we don't need these individual scriptlets anymore.
Describe the solution you'd like
./build-pool
Additional context
History: