This is an automated email from the ASF dual-hosted git repository.

aonishuk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 713e6de  AMBARI-23040. Deploy fails during Atlas Client installation 
(aonishuk)
713e6de is described below

commit 713e6de022aef58c96184ab50382d64d410eef4d
Author: Andrew Onishuk <[email protected]>
AuthorDate: Wed Feb 21 13:53:25 2018 +0200

    AMBARI-23040. Deploy fails during Atlas Client installation (aonishuk)
---
 .../src/main/python/resource_management/libraries/script/script.py       | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/ambari-common/src/main/python/resource_management/libraries/script/script.py 
b/ambari-common/src/main/python/resource_management/libraries/script/script.py
index 98e69a4..b8aade9 100644
--- 
a/ambari-common/src/main/python/resource_management/libraries/script/script.py
+++ 
b/ambari-common/src/main/python/resource_management/libraries/script/script.py
@@ -559,7 +559,6 @@ class Script(object):
     if package_version is None:
       package_version = default("hostLevelParams/package_version", None)
 
-    package_version = None
     if (package_version is None or '-' not in package_version) and 
default('/repositoryFile', None):
       self.load_available_packages()
       package_name = self.get_package_from_available(name, 
self.available_packages_in_repos)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to