You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2013/11/12 14:26:11 UTC

[2/6] git commit: Fix build file to use correct release dir when promiting.

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/ee4ffd6b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/ee4ffd6b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/ee4ffd6b

Branch: refs/heads/v0.3.1
Commit: ee4ffd6b41c500cbc17ec2226bffeec5e12443ec
Parents: cd55725
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Wed Oct 23 10:02:44 2013 -0400
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Tue Nov 12 08:20:17 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/ee4ffd6b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2274e48..75eea56 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>