You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2015/04/14 23:56:11 UTC

knox git commit: Fixes for typos and missing prompts in release automation tasks.

Repository: knox
Updated Branches:
  refs/heads/v0.6.0 dcf0cc350 -> cb36dd988


Fixes for typos and missing prompts in release automation tasks.


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

Branch: refs/heads/v0.6.0
Commit: cb36dd988d672bd5f724edfb67014462089405ba
Parents: dcf0cc3
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Tue Apr 14 17:55:53 2015 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Tue Apr 14 17:55:53 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/knox/blob/cb36dd98/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d9c4ae0..b97a771 100644
--- a/build.xml
+++ b/build.xml
@@ -79,7 +79,7 @@ Release build file for the Apache Knox Gateway
   </target>
 
   <target name="_passphrase">
-    <input message="" addproperty="phassphrase">
+    <input message="" addproperty="passphrase">
       <handler classname="org.apache.tools.ant.input.SecureInputHandler"/>
     </input>
   </target>
@@ -160,9 +160,9 @@ Release build file for the Apache Knox Gateway
         </get>
     </target>
 
-    <target name="download-stage">
+    <target name="download-stage" depends="_username,_password">
         <mkdir dir="${install.dir}"/>
-        <get dest="${install.dir}">
+        <get dest="${install.dir}" username="${username}" password="${password}">
             <url url="${svn.staging.path}/knox-${gateway-version}/knox-${gateway-version}.zip"/>
             <url url="${svn.staging.path}/knox-${gateway-version}/knox-${gateway-version}.zip.md5"/>
             <url url="${svn.staging.path}/knox-${gateway-version}/knox-${gateway-version}.zip.sha"/>