svn commit: r1451136 - /cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: ilgrosso
Date: Thu Feb 28 08:17:57 2013
New Revision: 1451136

URL: http://svn.apache.org/r1451136
Log:
Generate .sha1 and .md5 for dist files to comply with http://www.apache.org/dev/release-signing.html (.asc still to be manually generated as per http://www.apache.org/dev/release-signing.html#openpgp-ascii-detach-sig)

Modified:
    cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml

Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml?rev=1451136&r1=1451135&r2=1451136&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml Thu Feb 28 08:17:57 2013
@@ -81,6 +81,8 @@
         <exclude name="${dist.name}/tools/jetty/lib/**"/>
         <exclude name="${dist.name}/legal/**"/>
     </zip>
+    <checksum file="${dist.target}/${dist.name}-src.zip" algorithm="md5"/>
+    <checksum file="${dist.target}/${dist.name}-src.zip" algorithm="sha1"/>
 
     <tar tarfile="${dist.target}/${dist.name}-src.tar"
          longfile="gnu">
@@ -102,6 +104,8 @@
     </tar>
     <gzip zipfile="${dist.target}/${dist.name}-src.tar.gz" src="${dist.target}/${dist.name}-src.tar"/>
     <delete file="${dist.target}/${dist.name}-src.tar"/>
+    <checksum file="${dist.target}/${dist.name}-src.tar.gz" algorithm="md5"/>
+    <checksum file="${dist.target}/${dist.name}-src.tar.gz" algorithm="sha1"/>
 
     <zip zipfile="${dist.target}/${dist.name}-deps.zip">
     	<fileset dir="${dist.root}">
@@ -114,6 +118,8 @@
             <include name="LICENSE.txt"/>
         </zipfileset>
     </zip>
+    <checksum file="${dist.target}/${dist.name}-deps.zip" algorithm="md5"/>
+    <checksum file="${dist.target}/${dist.name}-deps.zip" algorithm="sha1"/>
 
     <tar tarfile="${dist.target}/${dist.name}-deps.tar"
          longfile="gnu">
@@ -129,6 +135,8 @@
     </tar>
     <gzip zipfile="${dist.target}/${dist.name}-deps.tar.gz" src="${dist.target}/${dist.name}-deps.tar"/>
     <delete file="${dist.target}/${dist.name}-deps.tar"/>
+    <checksum file="${dist.target}/${dist.name}-deps.tar.gz" algorithm="md5"/>
+    <checksum file="${dist.target}/${dist.name}-deps.tar.gz" algorithm="sha1"/>
   </target>
 
   <target name="clean-dist" depends="clean" description="Cleans everything and brings back to original 'SVN checkout' state">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.