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

stratos git commit: Update the sh and docker files with 4.1.6-SNAPSHOT

Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x ef031d6f9 -> 4ead24e10


Update the sh and docker files with 4.1.6-SNAPSHOT


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

Branch: refs/heads/stratos-4.1.x
Commit: 4ead24e101aac5b5088a475acb922c8c5c21fdb5
Parents: ef031d6
Author: gayangunarathne <ga...@wso2.com>
Authored: Fri Dec 11 17:44:53 2015 +0530
Committer: gayangunarathne <ga...@wso2.com>
Committed: Fri Dec 11 17:44:53 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/4ead24e1/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 95b3ca2..f4af792 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.5-SNAPSHOT
+ENV PCA_DISTRIBUTION_NAME apache-stratos-python-cartridge-agent-4.1.6-SNAPSHOT
 # ------------------
 # Setup ssh server
 # ------------------

http://git-wip-us.apache.org/repos/asf/stratos/blob/4ead24e1/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 ebbd34f..eed654b 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.5-SNAPSHOT"
+export STRATOS_VERSION="4.1.6-SNAPSHOT"
 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

http://git-wip-us.apache.org/repos/asf/stratos/blob/4ead24e1/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 c90abb8..11edab9 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.5-SNAPSHOT.zip ${script_path}/base-image/packs/
+cp -vf target/apache-stratos-python-cartridge-agent-4.1.6-SNAPSHOT.zip ${script_path}/base-image/packs/
 popd
 
 pushd ${script_path}/base-image/

http://git-wip-us.apache.org/repos/asf/stratos/blob/4ead24e1/tools/docker-images/stratos-docker-images/run-example.sh
----------------------------------------------------------------------
diff --git a/tools/docker-images/stratos-docker-images/run-example.sh b/tools/docker-images/stratos-docker-images/run-example.sh
index b03ec89..98c5acb 100755
--- a/tools/docker-images/stratos-docker-images/run-example.sh
+++ b/tools/docker-images/stratos-docker-images/run-example.sh
@@ -31,7 +31,7 @@ export DOMAIN=example.com
 export IP_ADDR=192.168.56.5
 
 # Set the version of Stratos docker images
-export STRATOS_VERSION=4.1.5-SNAPSHOT
+export STRATOS_VERSION=4.1.6-SNAPSHOT
 
 ########
 # Bind

http://git-wip-us.apache.org/repos/asf/stratos/blob/4ead24e1/tools/stratos-installer/conf/setup.conf
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf
index 740a8f4..229b172 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.5-SNAPSHOT.zip"
+export stratos_pack_zip_name="apache-stratos-4.1.6-SNAPSHOT.zip"
 export stratos_pack_zip=$stratos_packs/$stratos_pack_zip_name
 
 export activemq_pack=$stratos_packs/"apache-activemq-5.9.1-bin.tar.gz"