mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-06-05 11:39:33 +00:00
Compare commits
1 Commits
asia_ws_au
...
v0.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29f4118dc6 |
3
build.sh
3
build.sh
@@ -28,7 +28,8 @@ ${PACKER} build ros_ide_vm.json
|
||||
echo "--- Marking the VM"
|
||||
|
||||
GIT_REV=$(git rev-parse --short HEAD)
|
||||
VM_NAME="clover-devel_v0.20+${GIT_REV}.ova"
|
||||
GIT_DESCRIBE=$(git describe --tags)
|
||||
VM_NAME="clover-devel_${GIT_DESCRIBE}.ova"
|
||||
mv ./output-virtualbox-ovf/clover-devel.ova ./output-virtualbox-ovf/${VM_NAME}
|
||||
|
||||
echo "--- All done!"
|
||||
|
||||
Reference in New Issue
Block a user