Skip to content

Unify confTool for old and new config

Michal Leszczynski requested to merge mleszczy/athena:unify-config into master
  • Remove confTool.py comparing only 2 new configurations
  • Now, confTool.py automatically converts new config to the format that can be compared with old config
  • That format can be converted to JSON and loaded again later by confTool.py
  • Returned from 3-file-based confTool.py to just 1 file

tagging @tbold

Merge request reports