Repository: knox
Updated Branches:
  refs/heads/v0.7.0 4f86a8e6b -> bd390c986


Update build.xml to work with updated Apache cert.


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/bd390c98
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/bd390c98
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/bd390c98

Branch: refs/heads/v0.7.0
Commit: bd390c9862bc9636c13439dc20a95ddb9de8a6d2
Parents: 4f86a8e
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:13 2015 -0500

----------------------------------------------------------------------
 build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/bd390c98/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 55febba..17dcf2a 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>
 

Reply via email to