Skip to content
Snippets Groups Projects
Commit 98d39f39 authored by Chris Fiege's avatar Chris Fiege
Browse files

Create MD5SUMS

parent fc2ca92b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment