Skip to content

Commit

Permalink
Set version to 20.06.1a1; use 'md5sum' instead of 'md5' command.
Browse files Browse the repository at this point in the history
  • Loading branch information
borellim committed Jul 3, 2020
1 parent 8d23c7f commit 7eafef2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Quantum Mobile v20.06.1a1

Alpha 1 (pre-release) of v20.06.1.

## Quantum Mobile v20.03.0

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion create_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo "### Find image in $fname"

echo "### Computing size of vm image and vm disk"
vm_image_size=`du -sh $fname | awk '{print $1}'`
vm_image_md5=`md5 $fname | awk '{print $4}'`
vm_image_md5=`md5sum $fname | awk '{print $4}'`

This comment has been minimized.

Copy link
@chrisjsewell

chrisjsewell Jul 7, 2020

Member

This change is not correct for mac OSX, whereby md5 is available not md5sum.
Perhaps we add a command to choose what command is available?

vdisk_path_grep=`vboxmanage showvminfo --machinereadable "$vm_id" | grep vmdk `
[[ $vdisk_path_grep =~ ^.*=\"(.*)\"$ ]]
vdisk_path=${BASH_REMATCH[1]}
Expand Down
2 changes: 1 addition & 1 deletion globalconfig.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Caution: This file is read by vagrant, ansible and bash
vm_name: "Quantum Mobile"
vm_version: "20.06.1"
vm_version: "20.06.1a1"
vm_description: "A Virtual Machine for Computational Materials Science"
vm_url: "https://github.com/marvel-nccr/marvel-virtualmachine"
vm_author: "MARVEL NCCR and MaX CoE"
Expand Down

0 comments on commit 7eafef2

Please sign in to comment.