From 98d39f39adcabfa152fdac19ec59cf67c4d97078 Mon Sep 17 00:00:00 2001 From: Chris Fiege <c.fiege@pengutronix.de> Date: Wed, 17 Apr 2019 20:04:54 +0200 Subject: [PATCH] Create MD5SUMS Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> --- builder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder.sh b/builder.sh index b41d8d6..fa5aad9 100755 --- a/builder.sh +++ b/builder.sh @@ -104,3 +104,5 @@ echo Renaming files for consistent naming scheme (cd output/${RELEASETAG}/factory; for f in *x86-generic.vmdk; do mv "$f" "${f/x86-generic/x86-vmware}"; done ) (cd output/${RELEASETAG}/factory; for f in *x86-generic.vdi; do mv "$f" "${f/x86-generic/x86-virtualbox}"; done ) +# create md5sums +(cd output/${RELEASETAG}/factory; md5sum * > MD5SUMS) -- GitLab