gunnarx / franca_install_automation

Private repo NOT CURRENTLY SUPPORTED - I recommend to refer to (http://github.com/genivi/eclipse_install_automation). Scripted installation of Eclipse+Franca Tools on a machine, or creation of a new Virtual Machine image. Please read README.md for instructions on which branch to use and known bugs.
Mozilla Public License 2.0
5 stars 4 forks source link

vmname: Use Ruby class to calculate timestamp #27

Closed gmacario closed 9 years ago

gmacario commented 9 years ago

The 'date' function that was used to calculate the timestamp to be appended to vmname is not portable across Host Operating Systems - at least it does not work on MS Windows - See https://github.com/gunnarx/franca_install_automation/issues/22

Use Ruby class 'Time' to achieve the same result.

Signed-off-by: Gianpaolo Macario gianpaolo_macario@mentor.com

gmacario commented 9 years ago

Bump?

gunnarx commented 9 years ago

Great stuff. Merged to master and all other branches.
Thanks.