You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/08/16 10:58:38 UTC

svn commit: r1618318 - /tomee/site/trunk/content/dev/release-tomee.mdtext

Author: andygumbrecht
Date: Sat Aug 16 08:58:38 2014
New Revision: 1618318

URL: http://svn.apache.org/r1618318
Log:
Release info

Modified:
    tomee/site/trunk/content/dev/release-tomee.mdtext

Modified: tomee/site/trunk/content/dev/release-tomee.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/dev/release-tomee.mdtext?rev=1618318&r1=1618317&r2=1618318&view=diff
==============================================================================
--- tomee/site/trunk/content/dev/release-tomee.mdtext (original)
+++ tomee/site/trunk/content/dev/release-tomee.mdtext Sat Aug 16 08:58:38 2014
@@ -247,8 +247,31 @@ Copy the binaries to the release locatio
 
 	From: https://dist.apache.org/repos/dist/dev/tomee/staging-[stagingId]/tomee-[version]
 	To: https://dist.apache.org/repos/dist/release/tomee/tomee-[version] 
-	
-Commit and publish changes to the site, see [Site Staging](release-tomee.html#staging)	
+    
+
+Wait for the binaries to replicate to mirrors. Here is a neat script from David to check the status:
+
+    #!/bin/bash
+
+    RELEASE=${1?Specify a release, such as './mirror_check.sh tomee-1.7.0'}
+
+    function list_mirrors {
+        DYN=http://www.apache.org/dyn/closer.cgi/tomee/$RELEASE/
+        wget -q -O - $DYN | tr '">< ' '\n' | grep "^http.*$RELEASE/" | sort | uniq
+    }
+
+    function status_code {
+        wget -v "$1" 2>&1| grep 'awaiting response' | tr ' ' '\n' | grep "[0-9]"
+    }
+
+    list_mirrors | while read n; do
+        echo "$(status_code $n) $n"
+    done | sort | grep 'http'
+
+Commit and publish changes to the site, see [Site Staging](release-tomee.html#staging)
+
+    https://cms.apache.org/tomee/publish
+
 
 ###Blog