From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58815 invoked by alias); 13 Jan 2020 22:01:52 -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 58806 invoked by uid 89); 13 Jan 2020 22:01:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=online, day X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-2.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Jan 2020 22:01:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578952909; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ul2SlQauCx1BUnYjKXX+Pe6GYjc1P+2SX9J6WwyrUfQ=; b=OfwPehrgUkPQw2qy9no7jMVp83fpVZuZuO+ywfO8X+sJAqAh0XQcQIN+DNVDNKi7BGWvEx d/bTDXJM17Z95o8R3GhScY5tF3qj7qFsdEAhO6pC1XB3PhCO6zyw8GF2aHAMv6SUTkgXSy P0YH9GUMUIkZIr6o1EZ0/20gosJG5Is= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-153-Uj1OMO2JPCWbZXb9uMSibw-1; Mon, 13 Jan 2020 17:01:46 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8AE561005510; Mon, 13 Jan 2020 22:01:40 +0000 (UTC) Received: from localhost (unknown [10.33.36.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0E4AF80892; Mon, 13 Jan 2020 22:01:39 +0000 (UTC) Date: Mon, 13 Jan 2020 23:26:00 -0000 From: Jonathan Wakely To: Joseph Myers Cc: gcc-patches@gcc.gnu.org Subject: Re: Replace update_web_docs_svn with update_web_docs_git Message-ID: <20200113220138.GH60955@redhat.com> References: <20200113213938.GA283800@redhat.com> MIME-Version: 1.0 In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2020-01/txt/msg00755.txt.bz2 On 13/01/20 21:42 +0000, Joseph Myers wrote: >On Mon, 13 Jan 2020, Jonathan Wakely wrote: > >> On 13/01/20 17:46 +0000, Joseph Myers wrote: >> > This patch replaces the update_web_docs_svn script, that updates >> > online documentation from its sources in the GCC repository, run once >> > a day from cron, with update_web_docs_git. >> > >> > Applied to mainline. >> >> And this does the same for the update_web_docs_libstdcxx_svn script. >> >> OK for trunk? > >Yes. > >> Should I do a `git pull` in the gcc-checkout dir on sourceware after >> pushing this? > >Yes, and install the new crontab (right now the installed crontab has the >call to update_web_docs_libstdcxx_svn commented out, but with this patch >we'll be able to use the checked-in crontab verbatim again). OK, that's done.