mirror of https://github.com/apache/cloudstack.git
appliance: save md5 checksums after building systemvm templates
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
304116623b
commit
7a2e27c3b3
|
|
@ -551,6 +551,7 @@ function main() {
|
|||
vmware_export "${machine_uuid}" "${hdd_uuid}"
|
||||
vagrant_export "${machine_uuid}"
|
||||
hyperv_export "${hdd_uuid}"
|
||||
md5sum dist/* > dist/md5sum.txt
|
||||
add_on_exit log INFO "BUILD SUCCESSFUL"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue