Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-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 7353118848 for ; Wed, 18 Nov 2015 19:41:56 +0000 (UTC) Received: (qmail 1096 invoked by uid 500); 18 Nov 2015 19:41:56 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 1072 invoked by uid 500); 18 Nov 2015 19:41:56 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 1064 invoked by uid 99); 18 Nov 2015 19:41:56 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 19:41:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C7C581A2250 for ; Wed, 18 Nov 2015 19:41:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id znhsuwwSqREC for ; Wed, 18 Nov 2015 19:41:55 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 63F0D20B89 for ; Wed, 18 Nov 2015 19:41:54 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 397A4E049C for ; Wed, 18 Nov 2015 19:41:53 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 0FBCA3A0367 for ; Wed, 18 Nov 2015 19:41:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1715045 - /flex/site/trunk/content/single-mirror-url2.cgi Date: Wed, 18 Nov 2015 19:41:52 -0000 To: commits@flex.apache.org From: aharui@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151118194153.0FBCA3A0367@svn01-us-west.apache.org> Author: aharui Date: Wed Nov 18 19:41:52 2015 New Revision: 1715045 URL: http://svn.apache.org/viewvc?rev=1715045&view=rev Log: try this cgi Modified: flex/site/trunk/content/single-mirror-url2.cgi Modified: flex/site/trunk/content/single-mirror-url2.cgi URL: http://svn.apache.org/viewvc/flex/site/trunk/content/single-mirror-url2.cgi?rev=1715045&r1=1715044&r2=1715045&view=diff ============================================================================== --- flex/site/trunk/content/single-mirror-url2.cgi (original) +++ flex/site/trunk/content/single-mirror-url2.cgi Wed Nov 18 19:41:52 2015 @@ -1,4 +1,5 @@ #!/bin/sh # Alex’s wrapper around the standard mirrors.cgi script to try to fix formatting -Content-Type: text/plain -exec /www/www.apache.org/dyn/mirrors/mirrors.cgi | grep ‘http’ \ No newline at end of file +exec /www/www.apache.org/dyn/mirrors/mirrors.cgi >mirrors.out +grep ‘http’ mirrors.out + \ No newline at end of file