Updated Branches: refs/heads/trunk a62956823 -> a4230368b
AMBARI-2957. Make distribute_keytabs.py available under /var/lib/ambari-server/resources/scripts. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/a4230368 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/a4230368 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/a4230368 Branch: refs/heads/trunk Commit: a4230368b0217a61694c21bc11d2c91d2818600b Parents: a629568 Author: Yusaku Sako <[email protected]> Authored: Mon Aug 19 13:08:13 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Mon Aug 19 13:08:13 2013 -0700 ---------------------------------------------------------------------- ambari-server/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/a4230368/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 3a2dc48..2737744 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -320,6 +320,9 @@ <source> <location>src/main/resources/scripts/keytabs.sh</location> </source> + <source> + <location>src/main/resources/scripts/distribute_keytabs.py</location> + </source> </sources> </mapping> <mapping>
