innovationOUtside / tm351vm-binder

See if we can generate a Binder/repo2docker build of the TM351 VM
MIT License
7 stars 4 forks source link

Add version #20

Closed psychemedia closed 4 years ago

psychemedia commented 4 years ago

In original VM:


VERSION="TM351_19J_0.01"
DATE=`date +%Y-%m-%d/%H:%M.%S`
echo "Version: ${VERSION} - build time: ${DATE}." > /opt/base_version.txt

tested as: !cat /opt/version.txt

Need something similar...

psychemedia commented 4 years ago

Fixed by : https://github.com/innovationOUtside/tm351vm-binder/blame/2dab95d85a8c5bfc6379dfc952a90acfcc95f6c9/.binder/postBuild#L156