Skip to content

genconf: add command line option to select configurable types to generate

Frank Winklmeier requested to merge fwinkl/Gaudi:genconf into master

Add a command line option to select the configurables types to generate. E.g. genconf --type conf2 will only generate the new GaudiConfig2 database. The default is "conf,conf2" and generates both databases as before.

The necessary code refactoring to achieve this leads to some small code duplication but overall I think it's much cleaner and easier to understand than before.

cc @wlampl

Edited by Frank Winklmeier

Merge request reports