[prev in list] [next in list] [prev in thread] [next in thread] 

List:       muse-commits
Subject:    svn commit: r485840 - in /webservices/muse/trunk: build.xml sign-release.bat
From:       danj () apache ! org
Date:       2006-12-11 19:42:25
Message-ID: 20061211194225.8A0821A981A () eris ! apache ! org
[Download RAW message or body]

Author: danj
Date: Mon Dec 11 11:42:24 2006
New Revision: 485840

URL: http://svn.apache.org/viewvc?view=rev&rev=485840
Log:
Added creation of .tar.gz files to build script and updated sign-release.bat with the \
same. Andrew has already fixed  the CRLF issue in build.xml.

Modified:
    webservices/muse/trunk/build.xml
    webservices/muse/trunk/sign-release.bat

Modified: webservices/muse/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/build.xml?view=diff&rev=485840&r1=485839&r2=485840
 ==============================================================================
--- webservices/muse/trunk/build.xml (original)
+++ webservices/muse/trunk/build.xml Mon Dec 11 11:42:24 2006
@@ -158,6 +158,10 @@
                 <include name="muse-${VERSION}-src/**"/>
             </fileset>
         </zip>
+    	
+    	<!-- zip up everything again - as a .tar.gz file -->
+        <tar destfile="${MUSE_DIST}/muse-${VERSION}-src.tar.gz" \
basedir="${TEMP_DIR}" includes="muse-${VERSION}-src/**" compression="gzip"/> +    	
     </target>
 
     <target name="bin_dist" depends="directory_structure"> 
@@ -311,7 +315,10 @@
         <copy file="${J2EE_SAMPLE_DIR}/web.xml" \
                todir="${J2EE_SAMPLE_DIR}/wsn-producer/config"/>
         <copy file="${J2EE_SAMPLE_DIR}/web.xml" \
todir="${J2EE_SAMPLE_DIR}/wsrf/config"/>  <delete file="${J2EE_SAMPLE_DIR}/web.xml"/>
-
+    	
+    	<!-- make Unix scripts executable by owner -->
+    	<chmod dir="${MUSE_SVN_MODULES}/muse-tools/scripts" includes="*.sh" \
perm="700"/> +    		
         <!-- copy in scripts -->
         <copy todir="${MUSE_TOOLS_BIN}">
             <fileset dir="${MUSE_SVN_MODULES}/muse-tools/scripts">
@@ -333,6 +340,9 @@
                 <include name="muse-${VERSION}-bin/**"/>
             </fileset>
         </zip>
+    	
+    	<!-- zip up everything again - as a .tar.gz file -->
+        <tar destfile="${MUSE_DIST}/muse-${VERSION}-bin.tar.gz" \
basedir="${TEMP_DIR}" includes="muse-${VERSION}-bin/**" compression="gzip"/>  
         <!-- get maven to clean up the generated files -->
         <exec executable="${MAVEN_EXECUTABLE}" searchpath="true" \
dir="${MUSE_SVN_MODULES}" failonerror="true">

Modified: webservices/muse/trunk/sign-release.bat
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/sign-release.bat?view=diff&rev=485840&r1=485839&r2=485840
 ==============================================================================
--- webservices/muse/trunk/sign-release.bat (original)
+++ webservices/muse/trunk/sign-release.bat Mon Dec 11 11:42:24 2006
@@ -8,10 +8,16 @@
 set SRC_NAME=%BASE_NAME%-src
 
 md5sums -u %BIN_NAME%.zip > %BIN_NAME%.zip.md5
-gpg --armor --output %BIN_NAME%.zip.asc --detach-sig %BIN_NAME%.zip  
+gpg --armor --output %BIN_NAME%.zip.asc --detach-sig %BIN_NAME%.zip 
+
+md5sums -u %BIN_NAME%.tar.gz > %BIN_NAME%.tar.gz.md5
+gpg --armor --output %BIN_NAME%.tar.gz.asc --detach-sig %BIN_NAME%.tar.gz  
 
 md5sums -u %SRC_NAME%.zip > %SRC_NAME%.zip.md5
-gpg --armor --output %SRC_NAME%.zip.asc --detach-sig %SRC_NAME%.zip  
+gpg --armor --output %SRC_NAME%.zip.asc --detach-sig %SRC_NAME%.zip   
+
+md5sums -u %SRC_NAME%.tar.gz > %SRC_NAME%.tar.gz.md5
+gpg --armor --output %SRC_NAME%.tar.gz.asc --detach-sig %SRC_NAME%.tar.gz  
 
 gpg -a --export %KEY_NAME% >KEYS
 



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic