Repository: knox Updated Branches: refs/heads/master 79965f175 -> 0bcc6594e
Update build.xml to work with updated Apache cert. (cherry picked from commit bd390c9862bc9636c13439dc20a95ddb9de8a6d2) Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/0bcc6594 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/0bcc6594 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/0bcc6594 Branch: refs/heads/master Commit: 0bcc6594eeeaf76f731f152e3f43f2fb3cfcc1e3 Parents: 79965f1 Author: Kevin Minder <[email protected]> Authored: Wed Dec 23 12:27:13 2015 -0500 Committer: Kevin Minder <[email protected]> Committed: Wed Dec 23 12:27:44 2015 -0500 ---------------------------------------------------------------------- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/0bcc6594/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 28711f1..893e356 100644 --- a/build.xml +++ b/build.xml @@ -263,6 +263,8 @@ Release build file for the Apache Knox Gateway <arg value="${username}" /> <arg value="--password" /> <arg value="${password}" /> + <arg value="--trust-server-cert" /> + <arg value="--non-interactive" /> </exec> </target> @@ -276,6 +278,8 @@ Release build file for the Apache Knox Gateway <arg value="${username}" /> <arg value="--password" /> <arg value="${password}" /> + <arg value="--trust-server-cert" /> + <arg value="--non-interactive" /> </exec> </target> @@ -290,6 +294,8 @@ Release build file for the Apache Knox Gateway <arg value="${username}" /> <arg value="--password" /> <arg value="${password}" /> + <arg value="--trust-server-cert" /> + <arg value="--non-interactive" /> </exec> </target>
