From patchwork Sat May 4 13:32:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1095226 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-500094-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="wm+aj93a"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44x90m6pccz9s00 for ; Sat, 4 May 2019 23:32:34 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:in-reply-to:message-id:references:mime-version :content-type; q=dns; s=default; b=WfXwVqfPpYAllwD9YO2nQzB9tF9OS HgeL1OBBsdxBEax0905A4Hprhg8Up7kajiLTI1R8u2t3TpCtRKFIdyrG5b8xUwWt 2df4aRovwUtSeX+sMeu0kNWwof4Y8qT9JJffl3X3B01uNH0Ka91mOBlq40HOl0et RM52rS43hnaLeY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:in-reply-to:message-id:references:mime-version :content-type; s=default; bh=PaHFgre7Yt6vLyCu/c7gJfnE6Hs=; b=wm+ aj93a1Mi+lh4jBkceB16dtG381NrlvtzlSo+yo9iMAjIDCCBMb0k7ipZBtyQoI/d nkSp28kLssUsGwlaQHpL+o9GLY2IH8ZxGope+orHzfudwLDEpbN8VxlhCakdq9A6 RPFR6QlyqbAMBnJV0jpPxaSD0yrj4jQg192ggiGY= Received: (qmail 15260 invoked by alias); 4 May 2019 13:32:27 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 15252 invoked by uid 89); 4 May 2019 13:32:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=activated, tonight X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 May 2019 13:32:25 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 2EB1F33E01; Sat, 4 May 2019 09:32:24 -0400 (EDT) Received: from [192.168.1.16] (unknown [125.162.179.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 9E27633DFF; Sat, 4 May 2019 09:32:11 -0400 (EDT) Date: Sat, 4 May 2019 21:32:05 +0800 (WITA) From: Gerald Pfeifer To: Jakub Jelinek , gcc-patches@gcc.gnu.org Subject: [PATCH] maintainer-scripts: create proper snapshots for GCC 9 and 10 (was: GCC 9.1 Released) In-Reply-To: <20190503114328.GE2706@tucnak> Message-ID: References: <20190503114328.GE2706@tucnak> MIME-Version: 1.0 X-IsSubscribed: yes On Fri, 3 May 2019, Jakub Jelinek wrote: > We are proud to announce the next, major release of the > GNU Compiler Collection. I noticed that the latest GCC 9 snapshot actually identifies itself as GCC 10 since it's been carved from trunk, not the release branch. The update below, which I committed and also activated on gcc.gnu.org, should address this. We can then play with the days of the week the (now) four different snapshots run, but at least after tonight GCC 9 will have a proper snapshot again, and after tomorrow we'll start seeing ones for GCC 10. Gerald 2019-05-04 Gerald Pfeifer * crontab: Snapshots from trunk are now GCC 10 related. Add GCC 9 snapshots from the respective branch. Index: crontab =================================================================== --- crontab (revision 270870) +++ crontab (working copy) @@ -3,4 +3,5 @@ 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 7:branches/gcc-7-branch -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 8:branches/gcc-8-branch -l -d /sourceware/snapshot-tmp/gcc all -32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 9:trunk -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 9:branches/gcc-9-branch -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 10:trunk -l -d /sourceware/snapshot-tmp/gcc all