Author: fhanik
Date: Fri Aug 25 16:59:56 2006
New Revision: 437028

URL: http://svn.apache.org/viewvc?rev=437028&view=rev
Log:
helper script for the release

Added:
    tomcat/build/tc5.5.x/sign.bat

Added: tomcat/build/tc5.5.x/sign.bat
URL: 
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/sign.bat?rev=437028&view=auto
==============================================================================
--- tomcat/build/tc5.5.x/sign.bat (added)
+++ tomcat/build/tc5.5.x/sign.bat Fri Aug 25 16:59:56 2006
@@ -0,0 +1,11 @@
+
+rem Example script to sign the entire release
+rem pass in your password as the first argument, then this script will
+rem sign all the files in the release directory
+
+rem todo - make one for unix as well, and avoid signing the .md5 files
[EMAIL PROTECTED] off
+FOR /R %cd%\release\v5.5.18 %%i in (*.*) do (
+  echo Signing %%i
+  echo %1|gpg --passphrase-fd 0 -a -b %%i 
+)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to