Updated Branches:
  refs/heads/master 6ade5da25 -> 854ab3955

cli: Make cloudmonkey use new url and dev ml

Signed-off-by: Rohit Yadav <bhais...@apache.org>


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

Branch: refs/heads/master
Commit: ccba1c728ca8f73e66f5731037dcb72ad8629c38
Parents: 6ade5da
Author: Rohit Yadav <bhais...@apache.org>
Authored: Tue Mar 26 11:25:26 2013 +0530
Committer: Rohit Yadav <bhais...@apache.org>
Committed: Tue Mar 26 11:25:26 2013 +0530

----------------------------------------------------------------------
 tools/cli/cloudmonkey/config.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ccba1c72/tools/cli/cloudmonkey/config.py
----------------------------------------------------------------------
diff --git a/tools/cli/cloudmonkey/config.py b/tools/cli/cloudmonkey/config.py
index 4a4aa99..75605df 100644
--- a/tools/cli/cloudmonkey/config.py
+++ b/tools/cli/cloudmonkey/config.py
@@ -23,8 +23,8 @@ __description__ = "Command Line Interface for Apache 
CloudStack"
 __maintainer__ = "Rohit Yadav"
 __maintaineremail__ = "bhais...@apache.org"
 __project__ = "The Apache CloudStack Team"
-__projectemail__ = "cloudstack-...@incubator.apache.org"
-__projecturl__ = "http://incubator.apache.org/cloudstack";
+__projectemail__ = "d...@cloudstack.apache.org"
+__projecturl__ = "http://cloudstack.apache.org";
 
 try:
     import os

Reply via email to