Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88B0ED4D6 for ; Mon, 16 Jul 2012 12:30:22 +0000 (UTC) Received: (qmail 79704 invoked by uid 500); 16 Jul 2012 12:30:22 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 79651 invoked by uid 500); 16 Jul 2012 12:30:22 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 79633 invoked by uid 99); 16 Jul 2012 12:30:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 12:30:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 12:30:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ECF842388860; Mon, 16 Jul 2012 12:29:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1361993 - in /manifoldcf/release-scripts: release-sharepoint-2007.bat release-sharepoint-3.0.bat Date: Mon, 16 Jul 2012 12:29:57 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120716122957.ECF842388860@eris.apache.org> Author: kwright Date: Mon Jul 16 12:29:57 2012 New Revision: 1361993 URL: http://svn.apache.org/viewvc?rev=1361993&view=rev Log: Rename plugin to avoid confusion Added: manifoldcf/release-scripts/release-sharepoint-2007.bat - copied, changed from r1361992, manifoldcf/release-scripts/release-sharepoint-3.0.bat Removed: manifoldcf/release-scripts/release-sharepoint-3.0.bat Copied: manifoldcf/release-scripts/release-sharepoint-2007.bat (from r1361992, manifoldcf/release-scripts/release-sharepoint-3.0.bat) URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-sharepoint-2007.bat?p2=manifoldcf/release-scripts/release-sharepoint-2007.bat&p1=manifoldcf/release-scripts/release-sharepoint-3.0.bat&r1=1361992&r2=1361993&rev=1361993&view=diff ============================================================================== --- manifoldcf/release-scripts/release-sharepoint-3.0.bat (original) +++ manifoldcf/release-scripts/release-sharepoint-2007.bat Mon Jul 16 12:29:57 2012 @@ -21,45 +21,45 @@ goto end erase apache-manifoldcf-* cmd.exe /c ant image -gpg --armor --output apache-manifoldcf-sharepoint-3.0-plugin-%1-src.zip.asc --detach-sig apache-manifoldcf-sharepoint-3.0-plugin-%1-src.zip -gpg --armor --output apache-manifoldcf-sharepoint-3.0-plugin-%1-src.tar.gz.asc --detach-sig apache-manifoldcf-sharepoint-3.0-plugin-%1-src.tar.gz -gpg --armor --output apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.zip.asc --detach-sig apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.zip -gpg --armor --output apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.tar.gz.asc --detach-sig apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.tar.gz +gpg --armor --output apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip.asc --detach-sig apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip +gpg --armor --output apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz.asc --detach-sig apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz +gpg --armor --output apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip.asc --detach-sig apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip +gpg --armor --output apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz.asc --detach-sig apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz rem gpg is pretty broken when it comes to md5 output... -ren apache-manifoldcf-sharepoint-3.0-plugin-%1-src.zip tiny -gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-3.0-plugin-src.zip.md5temp -ren tiny apache-manifoldcf-sharepoint-3.0-plugin-%1-src.zip -ren apache-manifoldcf-sharepoint-3.0-plugin-%1-src.tar.gz tiny -gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-3.0-plugin-src.tar.gz.md5temp -ren tiny apache-manifoldcf-sharepoint-3.0-plugin-%1-src.tar.gz +ren apache-manifoldcf-sharepoint-2007-plugin-%1-src.zip tiny +gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2007-plugin-src.zip.md5temp +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 +ren tiny apache-manifoldcf-sharepoint-2007-plugin-%1-src.tar.gz -set /p md5= < apache-manifoldcf-sharepoint-3.0-plugin-src.zip.md5temp +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-3.0-plugin-%1-src.zip >apache-manifoldcf-sharepoint-3.0-plugin-%1-src.zip.md5 -set /p md5= < apache-manifoldcf-sharepoint-3.0-plugin-src.tar.gz.md5temp +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 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-3.0-plugin-%1-src.tar.gz >apache-manifoldcf-sharepoint-3.0-plugin-%1-src.tar.gz.md5 +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 -ren apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.zip tiny -gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-3.0-plugin-bin.zip.md5temp -ren tiny apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.zip -ren apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.tar.gz tiny -gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-3.0-plugin-bin.tar.gz.md5temp -ren tiny apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.tar.gz +ren apache-manifoldcf-sharepoint-2007-plugin-%1-bin.zip tiny +gpg --print-md MD5 tiny >apache-manifoldcf-sharepoint-2007-plugin-bin.zip.md5temp +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 +ren tiny apache-manifoldcf-sharepoint-2007-plugin-%1-bin.tar.gz -set /p md5= < apache-manifoldcf-sharepoint-3.0-plugin-bin.zip.md5temp +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-3.0-plugin-%1-bin.zip >apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.zip.md5 -set /p md5= < apache-manifoldcf-sharepoint-3.0-plugin-bin.tar.gz.md5temp +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 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-3.0-plugin-%1-bin.tar.gz >apache-manifoldcf-sharepoint-3.0-plugin-%1-bin.tar.gz.md5 +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 erase *.md5temp -copy KEYS apache-manifoldcf-sharepoint-3.0-plugin-%1.KEYS -copy CHANGES.txt apache-manifoldcf-sharepoint-3.0-plugin-%1.CHANGES.txt -pscp apache-manifoldcf-sharepoint-3.0-plugin-%1* %2@people.apache.org:public_html/apache-manifoldcf-sharepoint-3.0-plugin-%1 +copy KEYS apache-manifoldcf-sharepoint-2007-plugin-%1.KEYS +copy CHANGES.txt apache-manifoldcf-sharepoint-2007-plugin-%1.CHANGES.txt +pscp apache-manifoldcf-sharepoint-2007-plugin-%1* %2@people.apache.org:public_html/apache-manifoldcf-sharepoint-2007-plugin-%1 :end