Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 81503 invoked from network); 6 Sep 2007 21:42:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2007 21:42:51 -0000 Received: (qmail 24765 invoked by uid 500); 6 Sep 2007 21:42:45 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 24755 invoked by uid 500); 6 Sep 2007 21:42:45 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 24744 invoked by uid 99); 6 Sep 2007 21:42:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 14:42:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 21:44:03 +0000 Received: from [10.70.3.58] ([10.70.3.58]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l86LgICm020535 for ; Thu, 6 Sep 2007 21:42:19 GMT Message-ID: <46E0743C.7060200@roguewave.com> Date: Thu, 06 Sep 2007 15:42:20 -0600 From: Andrew Black User-Agent: Thunderbird 1.5.0.12 (X11/20060911) MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: 4.2.0-rc-3 and results References: <46E05DDD.4010005@roguewave.com> <46E066E6.4050603@roguewave.com> <46E070F9.5040103@roguewave.com> In-Reply-To: <46E070F9.5040103@roguewave.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Martin Sebor wrote: [...] > > Btw., was there anything else besides creating a .htaccess file > in the results directory that I had to do to get Mozilla open > up the gzipped build logs? I copied the .htaccess file from the > -rc-1/results/ directory into -rc-3/results/ but I'm still > getting the darn "what should Mozilla do with this file?" > window. I don't think anything else was required, and a couple random files I've pulled up from the -rc-3/results directory are behaving normally. Perhaps it just took apache a couple minutes to pick up the .htaccess file? Alternately, perhaps Mozilla is caching the file with the wrong headers. --Andrew Black > > Martin