You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/02/04 17:46:35 UTC

git commit: AMBARI-4522. HDP.repo file gets deleted after cluster install (aonishuk)

Updated Branches:
  refs/heads/trunk 0e58a038e -> aaea21f0e


AMBARI-4522. HDP.repo file gets deleted after cluster install (aonishuk)


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

Branch: refs/heads/trunk
Commit: aaea21f0e67153da34e9bc3f7d31bf5a8d98c46f
Parents: 0e58a03
Author: Andrew Onischuk <ao...@hortonworks.com>
Authored: Tue Feb 4 08:29:30 2014 -0800
Committer: Andrew Onischuk <ao...@hortonworks.com>
Committed: Tue Feb 4 08:29:30 2014 -0800

----------------------------------------------------------------------
 .../src/main/python/resource_management/libraries/script/script.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/aaea21f0/ambari-agent/src/main/python/resource_management/libraries/script/script.py
----------------------------------------------------------------------
diff --git a/ambari-agent/src/main/python/resource_management/libraries/script/script.py b/ambari-agent/src/main/python/resource_management/libraries/script/script.py
index 86883c4..b5477c3 100644
--- a/ambari-agent/src/main/python/resource_management/libraries/script/script.py
+++ b/ambari-agent/src/main/python/resource_management/libraries/script/script.py
@@ -152,7 +152,7 @@ class Script(object):
     except KeyError:
       pass # No reason to worry
     
-    RepoInstaller.remove_repos(config)
+    #RepoInstaller.remove_repos(config)