From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59094 invoked by alias); 9 Jan 2020 02:38:15 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 59085 invoked by uid 89); 9 Jan 2020 02:38:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=online X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Jan 2020 02:38:14 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 0092c5Jf032379; Wed, 8 Jan 2020 20:38:05 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 0092c4fN032374; Wed, 8 Jan 2020 20:38:04 -0600 Date: Thu, 09 Jan 2020 02:38:00 -0000 From: Segher Boessenkool To: Joseph Myers Cc: "Eric S. Raymond" , Maxim Kuvyrkov , "Richard Earnshaw (lists)" , GCC Development , Alexandre Oliva , Jeff Law , Mark Wielaard , Jakub Jelinek Subject: Re: Proposal for the transition timetable for the move to GIT Message-ID: <20200109023804.GR3191@gate.crashing.org> References: <5DCEA32B-3E36-4400-B931-9F4E2A8F3FA5@linaro.org> <155B5BFD-6ECF-4EBF-A38C-D6DD178FB497@linaro.org> <2b6330f2-1a00-ac89-fd3c-4b70e5454f4b@arm.com> <9B71A0F7-CD93-4636-BFC7-1D1DBC040F07@linaro.org> <6EE7BD53-6677-49D2-BCDD-56CD7DA855E9@linaro.org> <88B4DAF3-33C1-445F-8F5A-809D5463D0F9@linaro.org> <20200108221119.GA94728@thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00075.txt.bz2 On Wed, Jan 08, 2020 at 11:34:32PM +0000, Joseph Myers wrote: > As noted on overseers, once Saturday's DATESTAMP update has run at 00:16 > UTC on Saturday, I intend to add a README.MOVED_TO_GIT file on SVN trunk > and change the SVN hooks to make SVN readonly, then disable gccadmin's > cron jobs that build snapshots and update online documentation until they > are ready to run with the git repository. Once the existing git mirror > has picked up the last changes I'll make that read-only and disable that > cron job as well, and start the conversion process with a view to having > the converted repository in place this weekend (it could either be made > writable as soon as I think it's ready, or left read-only until people > have had time to do any final checks on Monday). Before then, I'll work > on hooks, documentation and maintainer-scripts updates. Where and when and by who was it decided to use this conversion? Will it at least be *tested* first? Segher