From 7eafef2798ebf0184c8420ed95f027a92a4d7ab9 Mon Sep 17 00:00:00 2001 From: Marco Borelli Date: Fri, 3 Jul 2020 22:26:04 +0200 Subject: [PATCH] Set version to 20.06.1a1; use 'md5sum' instead of 'md5' command. --- CHANGELOG.md | 4 ++++ create_image.sh | 2 +- globalconfig.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c52a4d..81d7bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Quantum Mobile v20.06.1a1 + +Alpha 1 (pre-release) of v20.06.1. + ## Quantum Mobile v20.03.0 ### Improvements diff --git a/create_image.sh b/create_image.sh index 3ca32ec..6a9d64b 100755 --- a/create_image.sh +++ b/create_image.sh @@ -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}'` vdisk_path_grep=`vboxmanage showvminfo --machinereadable "$vm_id" | grep vmdk ` [[ $vdisk_path_grep =~ ^.*=\"(.*)\"$ ]] vdisk_path=${BASH_REMATCH[1]} diff --git a/globalconfig.yml b/globalconfig.yml index a4372d7..c740637 100644 --- a/globalconfig.yml +++ b/globalconfig.yml @@ -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"