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 <[email protected]> Authored: Wed Aug 26 15:45:58 2015 +0530 Committer: lasinducharith <[email protected]> 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/"
