There are 2 different population scripts, populate_fmke.escript and populate_fmke_travis.escript.
The only difference between these two scripts is the config file being fetched. Since these script already accept arguments, adding the logic to fetch a file name that was passed as an argument should be trivial and it will allow us to delete one of these scripts.
There are 2 different population scripts,
populate_fmke.escript
andpopulate_fmke_travis.escript
.The only difference between these two scripts is the config file being fetched. Since these script already accept arguments, adding the logic to fetch a file name that was passed as an argument should be trivial and it will allow us to delete one of these scripts.