Author: markt Date: Wed Sep 24 19:52:57 2014 New Revision: 1627403 URL: http://svn.apache.org/r1627403 Log: Need to redo signature and md5 after signing
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1627403&r1=1627402&r2=1627403&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Wed Sep 24 19:52:57 2014 @@ -2136,6 +2136,13 @@ Apache Tomcat ${version} native binaries </fileset> </signcode> + <!-- .exe has changed so need to redo MD5 and OpenPGP signature --> + <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.md5" /> + <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.asc" /> + <antcall target="md5sum"> + <param name="file" value="${tomcat.release}/v${version}/bin/${final.name}.exe" /> + </antcall> + </target> <target name="release" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org