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 2018/09/30 13:19:04 UTC

svn commit: r1842368 - /jena/dist/dist.sh

Author: andy
Date: Sun Sep 30 13:19:03 2018
New Revision: 1842368

URL: http://svn.apache.org/viewvc?rev=1842368&view=rev
Log:
Retain old way for checksums

Modified:
    jena/dist/dist.sh

Modified: jena/dist/dist.sh
URL: http://svn.apache.org/viewvc/jena/dist/dist.sh?rev=1842368&r1=1842367&r2=1842368&view=diff
==============================================================================
--- jena/dist/dist.sh (original)
+++ jena/dist/dist.sh Sun Sep 30 13:19:03 2018
@@ -51,7 +51,7 @@ WGET="$ECHO wget"
 
 ## To get the .sha512, use the bytes in jena/target
 ## Assume this runs in a directory next to the "jena" source
-SRC="../jena/target"
+SRC="${SRC:-../jena/target}"
 SRC_ZIP="$SRC/jena-${V_DIST}-source-release.zip"
 SRC_SHA512="$SRC/jena-${V_DIST}-source-release.zip.sha512"
 SRC_ASC="$SRC/jena-${V_DIST}-source-release.zip.asc"
@@ -145,3 +145,8 @@ echo "## Source release"
 cp -v "$SRC_ZIP"     "$OUT/source"
 cp -v "$SRC_SHA512"  "$OUT/source"
 cp -v "$SRC_ASC"     "$OUT/source"
+
+# echo "## Source release"
+# cpfile "jena-${V_DIST}-source-release.zip" "source"
+# echo "#### Fix up source-release checksums"
+# echo "see https://cwiki.apache.org/confluence/display/JENA/Release+Process#ReleaseProcess-Fixupchecksums"