Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 3a8617162 -> 076145247
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/07614524 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/07614524 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/07614524 Branch: refs/heads/ranger-0.5 Commit: 076145247fc334310f532495db94c18caec2b178 Parents: 3a86171 Author: Gautam Borad <[email protected]> Authored: Wed Sep 23 11:50:33 2015 +0530 Committer: Velmurugan Periasamy <[email protected]> Committed: Wed Oct 7 10:57:31 2015 -0400 ---------------------------------------------------------------------- src/main/assembly/usersync.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/07614524/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>
