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/08/30 20:16:59 UTC

[06/50] [abbrv] stratos git commit: Fixing issue of checkout not working for ST path

Fixing issue of checkout not working for ST path


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

Branch: refs/heads/master
Commit: 19ca4d726bfe9b3273f94bc552483c0863a20426
Parents: 3df27e0
Author: lasinducharith <la...@gmail.com>
Authored: Wed Aug 26 15:45:58 2015 +0530
Committer: lasinducharith <la...@gmail.com>
Committed: Wed Aug 26 15:45:58 2015 +0530

----------------------------------------------------------------------
 .../cartridge.agent/cartridge.agent/modules/event/eventhandler.py  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/19ca4d72/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py
index c72c70a..9fe6ae9 100644
--- a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py
+++ b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py
@@ -27,7 +27,7 @@ from entity import *
 from ..util.log import LogFactory
 import constants
 
-SUPER_TENANT_ID = -1234
+SUPER_TENANT_ID = "-1234"
 SUPER_TENANT_REPO_PATH = "/repository/deployment/server/"
 TENANT_REPO_PATH = "/repository/tenants/"