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 2013/12/03 09:57:20 UTC

svn commit: r1547318 - /manifoldcf/release-scripts/release-solr-3.x.bat

Author: kwright
Date: Tue Dec  3 08:57:19 2013
New Revision: 1547318

URL: http://svn.apache.org/r1547318
Log:
Fix problem with sha1

Modified:
    manifoldcf/release-scripts/release-solr-3.x.bat

Modified: manifoldcf/release-scripts/release-solr-3.x.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-solr-3.x.bat?rev=1547318&r1=1547317&r2=1547318&view=diff
==============================================================================
--- manifoldcf/release-scripts/release-solr-3.x.bat (original)
+++ manifoldcf/release-scripts/release-solr-3.x.bat Tue Dec  3 08:57:19 2013
@@ -61,7 +61,7 @@ gpg --print-md SHA1 tiny >apache-manifol
 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-4.x-plugin-bin.tar.gz.sha1temp
+gpg --print-md SHA1 tiny >apache-manifoldcf-solr-3.x-plugin-bin.tar.gz.sha1temp
 ren tiny apache-manifoldcf-solr-3.x-plugin-%1-bin.tar.gz
 
 set /p md5= < apache-manifoldcf-solr-3.x-plugin-bin.zip.md5temp