You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/20 10:47:49 UTC

git commit: updated refs/heads/master to 7a2e27c

Repository: cloudstack
Updated Branches:
  refs/heads/master 304116623 -> 7a2e27c3b


appliance: save md5 checksums after building systemvm templates

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7a2e27c3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7a2e27c3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7a2e27c3

Branch: refs/heads/master
Commit: 7a2e27c3b3b3a3fef887f2bdcaa47a4980d904e4
Parents: 3041166
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Mar 20 15:16:37 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Mar 20 15:16:57 2015 +0530

----------------------------------------------------------------------
 tools/appliance/build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7a2e27c3/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index 993b6d8..06a7bd6 100755
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -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"
 }