Repository: incubator-impala Updated Branches: refs/heads/master f35ce4613 -> 0d689d362
IMPALA-3965: TSSLSocketWithWildcardSAN.py not exported as part of impala-shell build lib TSSLSocketWithWildcardSAN.py was recently added to the impala-shell as a part of IMPALA-3159. However, it was not exported as a part of the shell tarball. This change adds the file to the tarball. Change-Id: I5a7ab8c20c0b20c21b7f8d008e39c940419e3c4d Reviewed-on: http://gerrit.cloudera.org:8080/3872 Reviewed-by: Sailesh Mukil <[email protected]> Tested-by: Internal Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/0d689d36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/0d689d36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/0d689d36 Branch: refs/heads/master Commit: 0d689d362624a7a6b588f1c0eaa4242684868a6d Parents: f35ce46 Author: Sailesh Mukil <[email protected]> Authored: Tue Aug 9 12:11:54 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Wed Aug 10 02:21:22 2016 +0000 ---------------------------------------------------------------------- shell/make_shell_tarball.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/0d689d36/shell/make_shell_tarball.sh ---------------------------------------------------------------------- diff --git a/shell/make_shell_tarball.sh b/shell/make_shell_tarball.sh index 18d47c0..3af7b9b 100755 --- a/shell/make_shell_tarball.sh +++ b/shell/make_shell_tarball.sh @@ -112,6 +112,7 @@ cp ${SHELL_HOME}/thrift_sasl.py ${TARBALL_ROOT}/lib cp ${SHELL_HOME}/option_parser.py ${TARBALL_ROOT}/lib cp ${SHELL_HOME}/impala_shell_config_defaults.py ${TARBALL_ROOT}/lib cp ${SHELL_HOME}/impala_client.py ${TARBALL_ROOT}/lib +cp ${SHELL_HOME}/TSSLSocketWithWildcardSAN.py ${TARBALL_ROOT}/lib cp ${SHELL_HOME}/shell_output.py ${TARBALL_ROOT}/lib cp ${SHELL_HOME}/pkg_resources.py ${TARBALL_ROOT}/lib cp ${SHELL_HOME}/impala-shell ${TARBALL_ROOT}
