You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/21 15:30:41 UTC

svn commit: r1098 - /dev/incubator/helix/release-script-svn.sh

Author: olamy
Date: Fri Dec 21 14:30:39 2012
New Revision: 1098

Log:
fix release script

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

Modified: dev/incubator/helix/release-script-svn.sh
==============================================================================
--- dev/incubator/helix/release-script-svn.sh (original)
+++ dev/incubator/helix/release-script-svn.sh Fri Dec 21 14:30:39 2012
@@ -38,12 +38,12 @@
 cd binaries
 for i in pkg.tar pkg.tar.asc pkg.tar.md5 pkg.tar.sha1
 do
-  wget -O helix-core-$version-$i $repo/org/apache/helix/helix-core/0.6-incubating/helix-core-$version-$i
+  wget -O helix-core-$version-$i $repo/org/apache/helix/helix-core/$version/helix-core-$version-$i
   if [ ! -s helix-core-$version-$i ]; then
     echo Unable to find helix-core-$version-$i
     exit 1
   fi
-  wget -O helix-admin-webapp-$version-$i $repo/org/apache/helix/helix-admin-webapp/0.6-incubating/helix-admin-webapp-$version-$i
+  wget -O helix-admin-webapp-$version-$i $repo/org/apache/helix/helix-admin-webapp/$version/helix-admin-webapp-$version-$i
 
 done