Repository: incubator-ranger Updated Branches: refs/heads/master 5b371c7a6 -> adae75020
RANGER-658 : Make ranger_credential_helper.py available in usersync path Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/adae7502 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/adae7502 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/adae7502 Branch: refs/heads/master Commit: adae75020168b835e6b290cf1c9bd49a97e1dd5b Parents: 5b371c7 Author: Gautam Borad <[email protected]> Authored: Wed Sep 23 11:50:33 2015 +0530 Committer: Velmurugan Periasamy <[email protected]> Committed: Sun Sep 27 21:51:06 2015 -0400 ---------------------------------------------------------------------- src/main/assembly/usersync.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/adae7502/src/main/assembly/usersync.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/usersync.xml b/src/main/assembly/usersync.xml index a4bc87c..8c2600e 100644 --- a/src/main/assembly/usersync.xml +++ b/src/main/assembly/usersync.xml @@ -126,6 +126,14 @@ </includes> <fileMode>444</fileMode> </fileSet> + <fileSet> + <outputDirectory>/</outputDirectory> + <directory>security-admin/scripts</directory> + <includes> + <include>ranger_credential_helper.py</include> + </includes> + <fileMode>544</fileMode> + </fileSet> </fileSets> <files> <file>
