You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/17 02:15:24 UTC

svn commit: r1326838 - /incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext

Author: jdonofrio
Date: Tue Apr 17 00:15:23 2012
New Revision: 1326838

URL: http://svn.apache.org/viewvc?rev=1326838&view=rev
Log:
MRUNIT-100: Maven doesn't generate md5/sha1 files automatically

updated release instructions to include how to use maven to create md5/sha1 files

Modified:
    incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext

Modified: incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext?rev=1326838&r1=1326837&r2=1326838&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext Tue Apr 17 00:15:23 2012
@@ -75,19 +75,23 @@ to see the repository.
 
     1. Generate the src distribution:
 
-            mvn clean assembly:single gpg:sign -Psign -Pdist-src
+            mvn clean assembly:single gpg:sign checksum:artifacts -Pdist-src
 
-    2. Copy the src distribution file to people.apache.org:
+    2. Copy the src distribution file and checksums to people.apache.org,
+excluding the asc.md5/asc.sha1 files:
+
+            rm target/*asc.*
+            scp target/*.tar.gz* username@people.apache.org:~/public_html/mrunit-X.Y.Z-incubating-candidate-$RC
 
-            scp *.tar.gz.* username@people.apache.org:~/public_html/mrunit-X.Y.Z-incubating-candidate-$RC
-            
     3. Generate the bin distribution:
 
-            mvn clean assembly:single gpg:sign -Psign -Pdist-bin
+            mvn clean assembly:single gpg:sign checksum:artifacts -Pdist-bin
 
-    4. Copy the bin distribution file to people.apache.org:
+    4. Copy the bin distribution file and checksums to people.apache.org,
+excluding the asc.md5/asc.sha1 files:
 
-            scp *.tar.gz.* username@people.apache.org:~/public_html/mrunit-X.Y.Z-incubating-candidate-$RC
+            rm target/*asc.*
+            scp target/*.tar.gz* username@people.apache.org:~/public_html/mrunit-X.Y.Z-incubating-candidate-$RC
 
   6. Tag the release candidate: