You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/02/17 14:22:15 UTC

svn commit: r1245440 - /incubator/jena/Jena2/TDB/trunk/dist-tdb.sh

Author: andy
Date: Fri Feb 17 13:22:14 2012
New Revision: 1245440

URL: http://svn.apache.org/viewvc?rev=1245440&view=rev
Log:
Fix path names for distribution manufacture

Modified:
    incubator/jena/Jena2/TDB/trunk/dist-tdb.sh

Modified: incubator/jena/Jena2/TDB/trunk/dist-tdb.sh
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/dist-tdb.sh?rev=1245440&r1=1245439&r2=1245440&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/dist-tdb.sh (original)
+++ incubator/jena/Jena2/TDB/trunk/dist-tdb.sh Fri Feb 17 13:22:14 2012
@@ -23,7 +23,7 @@
 
 # NB This fails unless this first:
 # cd somewhere_clean
-# NNN=....
+# export NNN=....
 # mkdir -p repository.apache.org/content/repositories/orgapachejena-${NNN}/org/apache/jena
 #   otherwise it creates a file in this location then can't mirror below it.
 #
@@ -89,10 +89,10 @@ function cp_release
     local D="$M-$V-$inc"
 
     local SRC="$M/$V-$inc/$M-$V-$inc-source-release"
-    local DEST=$SRC_REL/$M-$V-$inc
+    local DEST="$SRC_REL/$M-$V-$inc"
 
-    $MKDIR $DEST
-    for ext in zip tar.gz tar.bz2
+    $MKDIR "$OUT/$DEST"
+    for ext in zip # tar.gz tar.bz2
     do
 	#[ ! -e "$REPO/$SRC.ext" ] && { echo "No such file: $SRC.$ext" ; exit 1 ; }
 	cpfile "$SRC.$ext" $DEST