From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1269 invoked by alias); 27 May 2017 09:33:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 1259 invoked by uid 89); 27 May 2017 09:33:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=website, HTo:U*fxcoudert, documents X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 27 May 2017 09:33:22 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C11363F5D4; Sat, 27 May 2017 05:33:24 -0400 (EDT) Received: from anthias (ip-109-43-2-95.web.vodafone.de [109.43.2.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 7F4E93F5CD; Sat, 27 May 2017 05:33:23 -0400 (EDT) Date: Sat, 27 May 2017 10:52:00 -0000 From: Gerald Pfeifer To: FX cc: Mike Stump , gcc-patches@gcc.gnu.org Subject: Re: Web page for binaries In-Reply-To: <5121AC76-CA60-475A-B5D2-DEA224E9212A@gmail.com> Message-ID: References: <566240B6-E9DE-4B53-9483-FF57B8C9978E@gmail.com> <5121AC76-CA60-475A-B5D2-DEA224E9212A@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg02097.txt.bz2 On Sat, 27 May 2017, FX wrote: > Does the website get rebuilt automatically, or does it need to be > triggered? All automagically :-), and in the case of documents created from .texi (such as /onlinedocs or /install) this happens once a day, cf. gcc/maintainer-scripts/crontab line 2. Gerald