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 2015/12/17 18:01:17 UTC

ambari git commit: AMBARI-14396. Add support for recursive chown in resource management library. (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk a93c5d289 -> 0a62b7e01


AMBARI-14396. Add support for recursive chown in resource management library. (aonishuk)


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

Branch: refs/heads/trunk
Commit: 0a62b7e01e92d0ac664dbee5724ca746d772bd86
Parents: a93c5d2
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Dec 17 18:59:41 2015 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Dec 17 19:01:02 2015 +0200

----------------------------------------------------------------------
 ambari-server/src/test/python/TestResourceFilesKeeper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0a62b7e0/ambari-server/src/test/python/TestResourceFilesKeeper.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/TestResourceFilesKeeper.py b/ambari-server/src/test/python/TestResourceFilesKeeper.py
index 8a06e07..f6efeb6 100644
--- a/ambari-server/src/test/python/TestResourceFilesKeeper.py
+++ b/ambari-server/src/test/python/TestResourceFilesKeeper.py
@@ -53,7 +53,7 @@ class TestResourceFilesKeeper(TestCase):
                                     ResourceFilesKeeper.PACKAGE_DIR)
 
   if get_platform() != PLATFORM_WINDOWS:
-    DUMMY_UNCHANGEABLE_PACKAGE_HASH="33a5f7d3bb6e7b4545431fc07ae87fa2d59a09c4"
+    DUMMY_UNCHANGEABLE_PACKAGE_HASH="11c9ed5f7987b41ce5d7adaedd6dd08c9cc9b418"
   else:
     DUMMY_UNCHANGEABLE_PACKAGE_HASH="2e438f4f9862420ed8930a56b8809b8aca359e87"
   DUMMY_HASH="dummy_hash"