(Don't know where to post this, feel free to move this topic to appropriate section)
Dear devs,
Currently, a way to download telemac source code is to download the archive provided in gitlab release (ex:
gitlab.pam-retd.fr/otm/telemac-mascaret/...scaret-v8p3r2.tar.gz).
Which is nice and easily scriptable:
curl -Ls ${TELEMAC_ARCHIVE_PATH} | tar xvf - -C ${HOMETEL} --strip-components=1
Unfortunately, documentation, notebooks and examples are downloaded in the time. Those folder are useless in some cases where we just want to install latest version on several machines.
It would be nice if an archive could be provided with the script necessary to compile telemac (configs, scripts, sources).
It could be easily setup in a gitlab CI on each release.