SETTE scripts do not give the expected current revision/sha with Nemo 4.2
the current command used to give the current code revision/sha in all_finctions.sh and sette_rpt.sh (revision=git rev-list --abbrev-commit origin | head -1l
) does not work as expected (at least in some situations like the current one).
I suggest to use the same command as it is done in the main branch (git -C ${MAIN_DIR} rev-parse --short HEAD
)
Edited by Guillaume Samson