You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2010/01/20 01:54:03 UTC

svn commit: r901020 - /lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml

Author: rfrovarp
Date: Wed Jan 20 00:54:03 2010
New Revision: 901020

URL: http://svn.apache.org/viewvc?rev=901020&view=rev
Log:
Make SHA-512's for this release as per ASF recommendations

Modified:
    lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml

Modified: lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml
URL: http://svn.apache.org/viewvc/lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml?rev=901020&r1=901019&r2=901020&view=diff
==============================================================================
--- lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml (original)
+++ lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml Wed Jan 20 00:54:03 2010
@@ -73,9 +73,11 @@
     <gzip zipfile="${dist.bin.dir}.tar.gz" src="${dist.bin.dir}.tar"/>
     <delete file="${dist.bin.dir}.tar"/>
     <checksum file="${dist.bin.dir}.tar.gz" fileext=".md5"/>
-    
+    <checksum file="${dist.bin.dir}.tar.gz" fileext=".sha" algorithm="SHA-512" />
+
     <zip zipfile="${dist.bin.dir}.zip" basedir="${dist.root}" includes="${distname}-bin/**"/>
     <checksum file="${dist.bin.dir}.zip" fileext=".md5"/>
+    <checksum file="${dist.bin.dir}.zip" fileext=".sha" algorithm="SHA-512" />
   </target>
 
   <!--
@@ -143,9 +145,11 @@
     <gzip zipfile="${dist.src.dir}.tar.gz" src="${dist.src.dir}.tar"/>
     <delete file="${dist.src.dir}.tar"/>
     <checksum file="${dist.src.dir}.tar.gz" fileext=".md5"/>
+    <checksum file="${dist.src.dir}.tar.gz" fileext=".sha" algorithm="SHA-512" />
 
     <zip zipfile="${dist.src.dir}.zip" basedir="${dist.root}" includes="${distname}-src/**"/>
     <checksum file="${dist.src.dir}.zip" fileext=".md5"/>
+    <checksum file="${dist.src.dir}.zip" fileext=".sha" algorithm="SHA-512" />
   </target>
 
   <!--



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org