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 2013/10/23 16:04:22 UTC

git commit: Fix build file to use correct release dir when promiting.

Updated Branches:
  refs/heads/master ef58c3d65 -> b912ed689


Fix build file to use correct release dir when promiting.


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

Branch: refs/heads/master
Commit: b912ed6898e7b0c93ca2a41f1f96e2ce86a3ea21
Parents: ef58c3d
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Wed Oct 23 10:02:44 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Wed Oct 23 10:02:44 2013 -0400

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/b912ed68/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9bcc244..3d3990c 100644
--- a/build.xml
+++ b/build.xml
@@ -288,7 +288,7 @@
         <exec executable="svn">
             <arg value="move"/>
             <arg value="${svn.staging.path}/${gateway-artifact}-${gateway-version}"/>
-            <arg value="${svn.release.path}"/>
+            <arg value="${svn.release.path}/${gateway-version}-incubating"/>
             <arg value="-m"/>
             <arg value="Releasing Apache Knox Gateway version ${gateway-version}." />
         </exec>