You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2015/10/14 20:32:05 UTC

stratos git commit: Preparing for Stratos 4.1.4 release

Repository: stratos
Updated Branches:
  refs/heads/release-4.1.4 [created] f2579b9a4


Preparing for Stratos 4.1.4 release


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

Branch: refs/heads/release-4.1.4
Commit: f2579b9a4cd584188df8eda81a8abcd2f36fad5a
Parents: 0517d8e
Author: Akila Perera <ra...@gmail.com>
Authored: Thu Oct 15 00:01:32 2015 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Thu Oct 15 00:01:32 2015 +0530

----------------------------------------------------------------------
 .../docker-images/cartridge-docker-images/base-image/Dockerfile  | 2 +-
 tools/docker-images/cartridge-docker-images/base-image/files/run | 4 ++--
 tools/docker-images/cartridge-docker-images/build.sh             | 2 +-
 tools/stratos-installer/conf/setup.conf                          | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/f2579b9a/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
----------------------------------------------------------------------
diff --git a/tools/docker-images/cartridge-docker-images/base-image/Dockerfile b/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
index b5e182d..578000f 100644
--- a/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
+++ b/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
@@ -22,7 +22,7 @@
 FROM debian:7.8
 MAINTAINER dev@stratos.apache.org
 
-ENV PCA_DISTRIBUTION_NAME apache-stratos-python-cartridge-agent-4.1.4-SNAPSHOT
+ENV PCA_DISTRIBUTION_NAME apache-stratos-python-cartridge-agent-4.1.4
 # ------------------
 # Setup ssh server
 # ------------------

http://git-wip-us.apache.org/repos/asf/stratos/blob/f2579b9a/tools/docker-images/cartridge-docker-images/base-image/files/run
----------------------------------------------------------------------
diff --git a/tools/docker-images/cartridge-docker-images/base-image/files/run b/tools/docker-images/cartridge-docker-images/base-image/files/run
index 0b6151e0..f17ca06 100755
--- a/tools/docker-images/cartridge-docker-images/base-image/files/run
+++ b/tools/docker-images/cartridge-docker-images/base-image/files/run
@@ -26,7 +26,7 @@
 
 source /root/.bashrc
 
-export STRATOS_VERSION="4.1.4-SNAPSHOT"
+export STRATOS_VERSION="4.1.4"
 export PCA_HOME="/mnt/apache-stratos-python-cartridge-agent-${STRATOS_VERSION}"
 
 set -o posix ; set | sed -e ':a;N;$!ba;s/\n/,/g' > ${PCA_HOME}/payload/launch-params
@@ -206,4 +206,4 @@ cp -R /mnt/extensions ${PCA_HOME}/
 
 # Start cartridge agent
 cd ${PCA_HOME}/
-python agent.py > /tmp/agent.screen.log 2>&1 &
\ No newline at end of file
+python agent.py > /tmp/agent.screen.log 2>&1 &

http://git-wip-us.apache.org/repos/asf/stratos/blob/f2579b9a/tools/docker-images/cartridge-docker-images/build.sh
----------------------------------------------------------------------
diff --git a/tools/docker-images/cartridge-docker-images/build.sh b/tools/docker-images/cartridge-docker-images/build.sh
index 147135e..3e963c4 100755
--- a/tools/docker-images/cartridge-docker-images/build.sh
+++ b/tools/docker-images/cartridge-docker-images/build.sh
@@ -26,7 +26,7 @@ pca_distribution_path=`cd "$script_path/../../../products/python-cartridge-agent
 
 pushd ${pca_distribution_path}
 mvn clean install -Dmaven.test.skip=true
-cp -vf target/apache-stratos-python-cartridge-agent-4.1.4-SNAPSHOT.zip ${script_path}/base-image/packs/
+cp -vf target/apache-stratos-python-cartridge-agent-4.1.4.zip ${script_path}/base-image/packs/
 popd
 
 pushd ${script_path}/base-image/

http://git-wip-us.apache.org/repos/asf/stratos/blob/f2579b9a/tools/stratos-installer/conf/setup.conf
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf
index 2e91aae..b8da486 100644
--- a/tools/stratos-installer/conf/setup.conf
+++ b/tools/stratos-installer/conf/setup.conf
@@ -55,7 +55,7 @@ export mb_ip="127.0.0.1" # Machine ip on which mb run
 export mb_port=61616 #default port which the message broker service runs
  
 export stratos_extract_path=$stratos_path/"apache-stratos"
-export stratos_pack_zip_name="apache-stratos-4.1.4-SNAPSHOT.zip"
+export stratos_pack_zip_name="apache-stratos-4.1.4.zip"
 export stratos_pack_zip=$stratos_packs/$stratos_pack_zip_name
 
 export activemq_pack=$stratos_packs/"apache-activemq-5.9.1-bin.tar.gz"