This doesn't try to look explicitly for each our config file (taskotron.yaml and yumrepoinfo.conf at the moment) but rather copies the whole config directory. Since there are more possibilities where the files might be stored, we copy all dirs starting with the one with the least priority and then overwrite with those with higher priority. This is rather naive solution but scales better if we decide to add additional config files in the future. Thoughts?
Details
Details
Config files were copied and overwritten according to the priority.
Diff Detail
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.