You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/12/20 10:30:13 UTC

[1/2] git commit: removing a unnecessray section

Updated Branches:
  refs/heads/master 40a5bfd00 -> 460c40500


removing a unnecessray section


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/343e0890
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/343e0890
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/343e0890

Branch: refs/heads/master
Commit: 343e0890e5d344383302ad1bbe5fea3aa73e11cb
Parents: 90216ea
Author: Isuru <is...@wso2.com>
Authored: Fri Dec 20 14:59:51 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Fri Dec 20 14:59:51 2013 +0530

----------------------------------------------------------------------
 .../modules/scripts/ec2/cartridge-agent.sh                | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/343e0890/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh b/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh
index 5769f92..2f31da6 100755
--- a/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh
+++ b/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh
@@ -59,16 +59,6 @@ source ${instance_path}/launch.params
 # Starting cartridge agent executable
 #------------------------------------
 pushd $ca_exec_path
-echo "Configuring cartridge agent executable..." | tee -a $LOG
-cp -f templates/cartridge-agent.sh.template bin/cartridge-agent.sh.tmp
-cat bin/cartridge-agent.sh.tmp | sed -e "s@MB-IP@$MB_IP@g" > bin/cartridge-agent.sh
-cp -f bin/cartridge-agent.sh bin/cartridge-agent.sh.tmp
-cat bin/cartridge-agent.sh.tmp | sed -e "s@MB-PORT@$MB_PORT@g" > bin/cartridge-agent.sh
-cp -f bin/cartridge-agent.sh bin/cartridge-agent.sh.tmp
-cat bin/cartridge-agent.sh.tmp | sed -e "s@CEP-IP@$CEP_IP@g" > bin/cartridge-agent.sh
-cp -f bin/cartridge-agent.sh bin/cartridge-agent.sh.tmp
-cat bin/cartridge-agent.sh.tmp | sed -e "s@CEP-PORT@$CEP_PORT@g" > bin/cartridge-agent.sh
-rm -f bin/cartridge-agent.sh.tmp
 echo "Starting cartridge agent..." | tee -a $LOG
 sh bin/cartridge-agent.sh
 popd


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by is...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/460c4050
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/460c4050
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/460c4050

Branch: refs/heads/master
Commit: 460c40500ff42a1c8997267fce91ed77ee6ad8e9
Parents: 343e089 40a5bfd
Author: Isuru <is...@wso2.com>
Authored: Fri Dec 20 14:59:58 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Fri Dec 20 14:59:58 2013 +0530

----------------------------------------------------------------------
 .../agent/statistics/publisher/HealthStatisticsPublisher.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------