That script had been meant to be used during development. The goal was easy switching between releases and branches. But this is less confusingly done with separate docker-compose directories. So remove the script as it was never really used.
This change allows to also remove the funny variables otovar_REPOSITORY and otovar_TAG macros in the _.docker_composeenv*_ sample files.
generate_dot_env.sh is removed and the sample .env files have been simplified. Only comment lines were changed in the sample .env files. Closing this issue.
That script had been meant to be used during development. The goal was easy switching between releases and branches. But this is less confusingly done with separate docker-compose directories. So remove the script as it was never really used.
This change allows to also remove the funny variables
otovar_REPOSITORY
andotovar_TAG
macros in the _.docker_composeenv*_ sample files.