You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/03/17 19:12:57 UTC

svn commit: r4703 - /dev/helix/release-script-svn.sh

Author: kanak
Date: Mon Mar 17 18:12:57 2014
New Revision: 4703

Log:
Re-add 0.6.3

Modified:
    dev/helix/release-script-svn.sh

Modified: dev/helix/release-script-svn.sh
==============================================================================
--- dev/helix/release-script-svn.sh (original)
+++ dev/helix/release-script-svn.sh Mon Mar 17 18:12:57 2014
@@ -44,7 +44,7 @@ do
   fi
   wget -O helix-admin-webapp-$version-$i $repo/org/apache/helix/helix-admin-webapp/$version/helix-admin-webapp-$version-$i
   wget -O helix-agent-$version-$i $repo/org/apache/helix/helix-agent/$version/helix-agent-$version-$i
-  wget -O helix-examples-$version-$i $repo/org/apache/helix/helix-examples/$version/helix-examples-$version-$i
+  #wget -O helix-examples-$version-$i $repo/org/apache/helix/helix-examples/$version/helix-examples-$version-$i
 done
 
 cd ..