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 2014/09/22 21:44:24 UTC

[25/50] git commit: updated refs/heads/master to 1290e10

CLOUDSTACK-7143: fix a bug where a script file rename wasn't propagated to build.sh


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

Branch: refs/heads/master
Commit: a7d07bf3dfd82260ab8f73e06d34c3802f4eec76
Parents: 634560e
Author: Leo Simons <ls...@schubergphilis.com>
Authored: Tue Jul 22 13:12:49 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Sep 22 21:38:14 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a7d07bf3/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index 90a1ad9..9ae83f1 100755
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -238,7 +238,7 @@ function create_definition() {
     cp -r "definitions/${appliance}" "definitions/${appliance_build_name}"
     set +e
     sed ${sed_regex_option} -i -e "s/^CLOUDSTACK_RELEASE=.+/CLOUDSTACK_RELEASE=${version}/" \
-        "definitions/${appliance_build_name}/postinstall.sh"
+        "definitions/${appliance_build_name}/configure_systemvm_services.sh"
     if [ ! -z "${ssh_key}" ]; then
       # ssh key lines can contain /
       sed ${sed_regex_option} -i -e "s|^key=.+|key=\"${ssh_key}\"|" \