You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/04/16 22:56:43 UTC

svn commit: r1588074 - in /manifoldcf/release-scripts: release-elasticsearch.bat release-sharepoint-2007.bat release-sharepoint-2010.bat release-solr-3.x.bat release-solr-4.x.bat release.bat

Author: kwright
Date: Wed Apr 16 20:56:43 2014
New Revision: 1588074

URL: http://svn.apache.org/r1588074
Log:
Use .sha extension instead of .sha1

Modified:
    manifoldcf/release-scripts/release-elasticsearch.bat
    manifoldcf/release-scripts/release-sharepoint-2007.bat
    manifoldcf/release-scripts/release-sharepoint-2010.bat
    manifoldcf/release-scripts/release-solr-3.x.bat
    manifoldcf/release-scripts/release-solr-4.x.bat
    manifoldcf/release-scripts/release.bat

Modified: manifoldcf/release-scripts/release-elasticsearch.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-elasticsearch.bat?rev=1588074&r1=1588073&r2=1588074&view=diff
==============================================================================
--- manifoldcf/release-scripts/release-elasticsearch.bat (original)
+++ manifoldcf/release-scripts/release-elasticsearch.bat Wed Apr 16 20:56:43 2014
@@ -42,47 +42,47 @@ rem gpg is pretty broken when it comes t
 
 ren apache-manifoldcf-elasticsearch-plugin-%1-src.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-elasticsearch-plugin-src.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-src.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-src.zip.shatemp
 ren tiny apache-manifoldcf-elasticsearch-plugin-%1-src.zip
 ren apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-elasticsearch-plugin-src.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-src.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-src.tar.gz.shatemp
 ren tiny apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz
 
 set /p md5= < apache-manifoldcf-elasticsearch-plugin-src.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-elasticsearch-plugin-%1-src.zip >apache-manifoldcf-elasticsearch-plugin-%1-src.zip.md5
-set /p sha1= < apache-manifoldcf-elasticsearch-plugin-src.zip.sha1temp
+set /p sha1= < apache-manifoldcf-elasticsearch-plugin-src.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-src.zip >apache-manifoldcf-elasticsearch-plugin-%1-src.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-src.zip >apache-manifoldcf-elasticsearch-plugin-%1-src.zip.sha
 set /p md5= < apache-manifoldcf-elasticsearch-plugin-src.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz >apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz.md5
-set /p sha1= < apache-manifoldcf-elasticsearch-plugin-src.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-elasticsearch-plugin-src.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz >apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz >apache-manifoldcf-elasticsearch-plugin-%1-src.tar.gz.sha
 
 ren apache-manifoldcf-elasticsearch-plugin-%1-bin.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-elasticsearch-plugin-bin.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-bin.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-bin.zip.shatemp
 ren tiny apache-manifoldcf-elasticsearch-plugin-%1-bin.zip
 ren apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-elasticsearch-plugin-bin.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-bin.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-elasticsearch-plugin-bin.tar.gz.shatemp
 ren tiny apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz
 
 set /p md5= < apache-manifoldcf-elasticsearch-plugin-bin.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-elasticsearch-plugin-%1-bin.zip >apache-manifoldcf-elasticsearch-plugin-%1-bin.zip.md5
-set /p sha1= < apache-manifoldcf-elasticsearch-plugin-bin.zip.sha1temp
+set /p sha1= < apache-manifoldcf-elasticsearch-plugin-bin.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-bin.zip >apache-manifoldcf-elasticsearch-plugin-%1-bin.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-bin.zip >apache-manifoldcf-elasticsearch-plugin-%1-bin.zip.sha
 set /p md5= < apache-manifoldcf-elasticsearch-plugin-bin.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz >apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz.md5
-set /p sha1= < apache-manifoldcf-elasticsearch-plugin-bin.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-elasticsearch-plugin-bin.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz >apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz >apache-manifoldcf-elasticsearch-plugin-%1-bin.tar.gz.sha
 
 erase *.md5temp
 copy KEYS apache-manifoldcf-elasticsearch-plugin-%1.KEYS

Modified: manifoldcf/release-scripts/release-sharepoint-2007.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-sharepoint-2007.bat?rev=1588074&r1=1588073&r2=1588074&view=diff
==============================================================================
--- manifoldcf/release-scripts/release-sharepoint-2007.bat (original)
+++ manifoldcf/release-scripts/release-sharepoint-2007.bat Wed Apr 16 20:56:43 2014
@@ -35,50 +35,50 @@ rem gpg is pretty broken when it comes t
 
 ren apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2007-plugin-src.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-src.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-src.zip.shatemp
 ren tiny apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip
 ren apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2007-plugin-src.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-src.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-src.tar.gz.shatemp
 ren tiny apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz
 
 set /p md5= < apache-manifoldcf-sharepoint-2007-plugin-src.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip >apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-src.zip.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-src.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip >apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip >apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip.sha
 set /p md5= < apache-manifoldcf-sharepoint-2007-plugin-src.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz >apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-src.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-src.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz >apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz >apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz.sha
 
 ren apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2007-plugin-bin.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-bin.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-bin.zip.shatemp
 ren tiny apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip
 ren apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2007-plugin-bin.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-bin.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2007-plugin-bin.tar.gz.shatemp
 ren tiny apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz
 
 set /p md5= < apache-manifoldcf-sharepoint-2007-plugin-bin.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip >apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-bin.zip.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-bin.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip >apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip >apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip.sha
 set /p md5= < apache-manifoldcf-sharepoint-2007-plugin-bin.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz >apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-bin.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2007-plugin-bin.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz >apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz >apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz.sha
 
 erase *.md5temp
-erase *.sha1temp
+erase *.shatemp
 copy KEYS apache-manifoldcf-sharepoint-2007-plugin-%1.KEYS
 copy CHANGES.txt apache-manifoldcf-sharepoint-2007-plugin-%1.CHANGES.txt
 pscp -i %3 apache-manifoldcf-sharepoint-2007-plugin-%1* %2@people.apache.org:public_html/apache-manifoldcf-sharepoint-2007-plugin-%1

Modified: manifoldcf/release-scripts/release-sharepoint-2010.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-sharepoint-2010.bat?rev=1588074&r1=1588073&r2=1588074&view=diff
==============================================================================
--- manifoldcf/release-scripts/release-sharepoint-2010.bat (original)
+++ manifoldcf/release-scripts/release-sharepoint-2010.bat Wed Apr 16 20:56:43 2014
@@ -35,50 +35,50 @@ rem gpg is pretty broken when it comes t
 
 ren apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2010-plugin-src.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-src.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-src.zip.shatemp
 ren tiny apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip
 ren apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2010-plugin-src.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-src.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-src.tar.gz.shatemp
 ren tiny apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz
 
 set /p md5= < apache-manifoldcf-sharepoint-2010-plugin-src.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip >apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-src.zip.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-src.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip >apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip >apache-manifoldcf-sharepoint-2010-plugin-%1-src.zip.sha
 set /p md5= < apache-manifoldcf-sharepoint-2010-plugin-src.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz >apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-src.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-src.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz >apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz >apache-manifoldcf-sharepoint-2010-plugin-%1-src.tar.gz.sha
 
 ren apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2010-plugin-bin.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-bin.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-bin.zip.shatemp
 ren tiny apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip
 ren apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2010-plugin-bin.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-bin.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-sharepoint-2010-plugin-bin.tar.gz.shatemp
 ren tiny apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz
 
 set /p md5= < apache-manifoldcf-sharepoint-2010-plugin-bin.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip >apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-bin.zip.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-bin.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip >apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip >apache-manifoldcf-sharepoint-2010-plugin-%1-bin.zip.sha
 set /p md5= < apache-manifoldcf-sharepoint-2010-plugin-bin.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz >apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz.md5
-set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-bin.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-sharepoint-2010-plugin-bin.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz >apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz >apache-manifoldcf-sharepoint-2010-plugin-%1-bin.tar.gz.sha
 
 erase *.md5temp
-erase *.sha1temp
+erase *.shatemp
 copy KEYS apache-manifoldcf-sharepoint-2010-plugin-%1.KEYS
 copy CHANGES.txt apache-manifoldcf-sharepoint-2010-plugin-%1.CHANGES.txt
 pscp -i %3 apache-manifoldcf-sharepoint-2010-plugin-%1* %2@people.apache.org:public_html/apache-manifoldcf-sharepoint-2010-plugin-%1

Modified: manifoldcf/release-scripts/release-solr-3.x.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-solr-3.x.bat?rev=1588074&r1=1588073&r2=1588074&view=diff
==============================================================================
--- manifoldcf/release-scripts/release-solr-3.x.bat (original)
+++ manifoldcf/release-scripts/release-solr-3.x.bat Wed Apr 16 20:56:43 2014
@@ -35,47 +35,47 @@ rem gpg is pretty broken when it comes t
 
 ren apache-manifoldcf-solr-3.x-plugin-%1-src.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-3.x-plugin-src.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-src.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-src.zip.shatemp
 ren tiny apache-manifoldcf-solr-3.x-plugin-%1-src.zip
 ren apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-3.x-plugin-src.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-src.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-src.tar.gz.shatemp
 ren tiny apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz
 
 set /p md5= < apache-manifoldcf-solr-3.x-plugin-src.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-3.x-plugin-%1-src.zip >apache-manifoldcf-solr-3.x-plugin-%1-src.zip.md5
-set /p sha1= < apache-manifoldcf-solr-3.x-plugin-src.zip.sha1temp
+set /p sha1= < apache-manifoldcf-solr-3.x-plugin-src.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-src.zip >apache-manifoldcf-solr-3.x-plugin-%1-src.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-src.zip >apache-manifoldcf-solr-3.x-plugin-%1-src.zip.sha
 set /p md5= < apache-manifoldcf-solr-3.x-plugin-src.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz >apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz.md5
-set /p sha1= < apache-manifoldcf-solr-3.x-plugin-src.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-solr-3.x-plugin-src.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz >apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz >apache-manifoldcf-solr-3.x-plugin-%1-src.tar.gz.sha
 
 ren apache-manifoldcf-solr-3.x-plugin-%1-bin.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-3.x-plugin-bin.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-bin.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-bin.zip.shatemp
 ren tiny apache-manifoldcf-solr-3.x-plugin-%1-bin.zip
 ren apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-3.x-plugin-bin.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-bin.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-bin.tar.gz.shatemp
 ren tiny apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz
 
 set /p md5= < apache-manifoldcf-solr-3.x-plugin-bin.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-3.x-plugin-%1-bin.zip >apache-manifoldcf-solr-3.x-plugin-%1-bin.zip.md5
-set /p sha1= < apache-manifoldcf-solr-3.x-plugin-bin.zip.sha1temp
+set /p sha1= < apache-manifoldcf-solr-3.x-plugin-bin.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-bin.zip >apache-manifoldcf-solr-3.x-plugin-%1-bin.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-bin.zip >apache-manifoldcf-solr-3.x-plugin-%1-bin.zip.sha
 set /p md5= < apache-manifoldcf-solr-3.x-plugin-bin.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz >apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz.md5
-set /p sha1= < apache-manifoldcf-solr-3.x-plugin-bin.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-solr-3.x-plugin-bin.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz >apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz >apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz.sha
 
 erase *.md5temp
 copy KEYS apache-manifoldcf-solr-3.x-plugin-%1.KEYS

Modified: manifoldcf/release-scripts/release-solr-4.x.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-solr-4.x.bat?rev=1588074&r1=1588073&r2=1588074&view=diff
==============================================================================
--- manifoldcf/release-scripts/release-solr-4.x.bat (original)
+++ manifoldcf/release-scripts/release-solr-4.x.bat Wed Apr 16 20:56:43 2014
@@ -35,47 +35,47 @@ rem gpg is pretty broken when it comes t
 
 ren apache-manifoldcf-solr-4.x-plugin-%1-src.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-4.x-plugin-src.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-src.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-src.zip.shatemp
 ren tiny apache-manifoldcf-solr-4.x-plugin-%1-src.zip
 ren apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-4.x-plugin-src.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-src.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-src.tar.gz.shatemp
 ren tiny apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz
 
 set /p md5= < apache-manifoldcf-solr-4.x-plugin-src.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-4.x-plugin-%1-src.zip >apache-manifoldcf-solr-4.x-plugin-%1-src.zip.md5
-set /p sha1= < apache-manifoldcf-solr-4.x-plugin-src.zip.sha1temp
+set /p sha1= < apache-manifoldcf-solr-4.x-plugin-src.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-src.zip >apache-manifoldcf-solr-4.x-plugin-%1-src.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-src.zip >apache-manifoldcf-solr-4.x-plugin-%1-src.zip.sha
 set /p md5= < apache-manifoldcf-solr-4.x-plugin-src.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz >apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz.md5
-set /p sha1= < apache-manifoldcf-solr-4.x-plugin-src.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-solr-4.x-plugin-src.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz >apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz >apache-manifoldcf-solr-4.x-plugin-%1-src.tar.gz.sha
 
 ren apache-manifoldcf-solr-4.x-plugin-%1-bin.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-4.x-plugin-bin.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-bin.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-bin.zip.shatemp
 ren tiny apache-manifoldcf-solr-4.x-plugin-%1-bin.zip
 ren apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-solr-4.x-plugin-bin.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-bin.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-4.x-plugin-bin.tar.gz.shatemp
 ren tiny apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz
 
 set /p md5= < apache-manifoldcf-solr-4.x-plugin-bin.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-4.x-plugin-%1-bin.zip >apache-manifoldcf-solr-4.x-plugin-%1-bin.zip.md5
-set /p sha1= < apache-manifoldcf-solr-4.x-plugin-bin.zip.sha1temp
+set /p sha1= < apache-manifoldcf-solr-4.x-plugin-bin.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-bin.zip >apache-manifoldcf-solr-4.x-plugin-%1-bin.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-bin.zip >apache-manifoldcf-solr-4.x-plugin-%1-bin.zip.sha
 set /p md5= < apache-manifoldcf-solr-4.x-plugin-bin.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz >apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz.md5
-set /p sha1= < apache-manifoldcf-solr-4.x-plugin-bin.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-solr-4.x-plugin-bin.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz >apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz >apache-manifoldcf-solr-4.x-plugin-%1-bin.tar.gz.sha
 
 erase *.md5temp
 copy KEYS apache-manifoldcf-solr-4.x-plugin-%1.KEYS

Modified: manifoldcf/release-scripts/release.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release.bat?rev=1588074&r1=1588073&r2=1588074&view=diff
==============================================================================
--- manifoldcf/release-scripts/release.bat (original)
+++ manifoldcf/release-scripts/release.bat Wed Apr 16 20:56:43 2014
@@ -39,72 +39,72 @@ rem gpg is pretty broken when it comes t
 
 ren apache-manifoldcf-%1-src.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-src.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-src.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-src.zip.shatemp
 ren tiny apache-manifoldcf-%1-src.zip
 ren apache-manifoldcf-%1-src.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-src.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-src.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-src.tar.gz.shatemp
 ren tiny apache-manifoldcf-%1-src.tar.gz
 
 ren apache-manifoldcf-%1-lib.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-lib.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-lib.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-lib.zip.shatemp
 ren tiny apache-manifoldcf-%1-lib.zip
 ren apache-manifoldcf-%1-lib.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-lib.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-lib.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-lib.tar.gz.shatemp
 ren tiny apache-manifoldcf-%1-lib.tar.gz
 
 ren apache-manifoldcf-%1-bin.zip tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-bin.zip.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-bin.zip.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-bin.zip.shatemp
 ren tiny apache-manifoldcf-%1-bin.zip
 ren apache-manifoldcf-%1-bin.tar.gz tiny
 gpg --print-md MD5 tiny >apache-manifoldcf-bin.tar.gz.md5temp
-gpg --print-md SHA1 tiny >apache-manifoldcf-bin.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-bin.tar.gz.shatemp
 ren tiny apache-manifoldcf-%1-bin.tar.gz
 
 set /p md5= < apache-manifoldcf-src.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-%1-src.zip >apache-manifoldcf-%1-src.zip.md5
-set /p sha1= < apache-manifoldcf-src.zip.sha1temp
+set /p sha1= < apache-manifoldcf-src.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-src.zip >apache-manifoldcf-%1-src.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-src.zip >apache-manifoldcf-%1-src.zip.sha
 set /p md5= < apache-manifoldcf-src.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-%1-src.tar.gz >apache-manifoldcf-%1-src.tar.gz.md5
-set /p sha1= < apache-manifoldcf-src.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-src.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-src.tar.gz >apache-manifoldcf-%1-src.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-src.tar.gz >apache-manifoldcf-%1-src.tar.gz.sha
 
 set /p md5= < apache-manifoldcf-lib.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-%1-lib.zip >apache-manifoldcf-%1-lib.zip.md5
-set /p sha1= < apache-manifoldcf-lib.zip.sha1temp
+set /p sha1= < apache-manifoldcf-lib.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-lib.zip >apache-manifoldcf-%1-lib.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-lib.zip >apache-manifoldcf-%1-lib.zip.sha
 set /p md5= < apache-manifoldcf-lib.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-%1-lib.tar.gz >apache-manifoldcf-%1-lib.tar.gz.md5
-set /p sha1= < apache-manifoldcf-lib.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-lib.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-lib.tar.gz >apache-manifoldcf-%1-lib.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-lib.tar.gz >apache-manifoldcf-%1-lib.tar.gz.sha
 
 set /p md5= < apache-manifoldcf-bin.zip.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-%1-bin.zip >apache-manifoldcf-%1-bin.zip.md5
-set /p sha1= < apache-manifoldcf-bin.zip.sha1temp
+set /p sha1= < apache-manifoldcf-bin.zip.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-bin.zip >apache-manifoldcf-%1-bin.zip.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-bin.zip >apache-manifoldcf-%1-bin.zip.sha
 set /p md5= < apache-manifoldcf-bin.tar.gz.md5temp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17 delims=: " %%a in ("%md5%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k&set b11=%%l&set b12=%%m&set b13=%%n&set b14=%%o&set b15=%%p&set b16=%%q
 echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10%%b11%%b12%%b13%%b14%%b15%%b16% *apache-manifoldcf-%1-bin.tar.gz >apache-manifoldcf-%1-bin.tar.gz.md5
-set /p sha1= < apache-manifoldcf-bin.tar.gz.sha1temp
+set /p sha1= < apache-manifoldcf-bin.tar.gz.shatemp
 for /f "tokens=1,2,3,4,5,6,7,8,9,10,11 delims=: " %%a in ("%sha1%") do set file=%%a&set b1=%%b&set b2=%%c&set b3=%%d&set b4=%%e&set b5=%%f&set b6=%%g&set b7=%%h&set b8=%%i&set b9=%%j&set b10=%%k
-echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-bin.tar.gz >apache-manifoldcf-%1-bin.tar.gz.sha1
+echo %b1%%b2%%b3%%b4%%b5%%b6%%b7%%b8%%b9%%b10% *apache-manifoldcf-%1-bin.tar.gz >apache-manifoldcf-%1-bin.tar.gz.sha
 
 erase *.md5temp
-erase *.sha1temp
+erase *.shatemp
 copy KEYS apache-manifoldcf-%1.KEYS
 copy CHANGES.txt apache-manifoldcf-%1.CHANGES.txt
 pscp -i %3 apache-manifoldcf-%1* %2@people.apache.org:public_html/apache-manifoldcf-%1