From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (unknown [IPv6:2600:3c03::f03c:91ff:fe50:73f]) by server2.sourceware.org (Postfix) with ESMTPS id 8E60738A2416 for ; Mon, 9 Mar 2020 03:33:12 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=VpsoKX8zOyD+mrEbj/RHHFQXcgPmx/2p48rF5747HJ4=; b=NmJAwShyPeQmsir3vAl9BbVnkK FpVcTBiNNPcg1uxnr9lTWbaFrmeeifQtoLQXavh2gTuko7uB883KpeT2WtROoGzT4sRbC0HCp1yaG KJN2mMcG5XE8WR68Kl3zY+9KfCPAFBBvss+5fzoZS5HLvFDGZXdRHYX5UqwAJlK+/bGZzpU27FG1D jfV7rYu6j+clhJNipupFv1tu/FgYV8tt3/eDx5EtBEKBSbcDurjJ5Uu1njnVtqgCxeGv1M6AMUnxa UwRUjWMQH3RozialctXCCo6nSa7go5z9Emj0FROCfw1jgHQdBV82gaZmDPIk/T43+456fqXJZdkL2 LG4vieAw==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jB9AG-0005PP-68; Mon, 09 Mar 2020 03:33:12 +0000 Received: from fche by elastic.org with local (Exim 4.92.3) (envelope-from ) id 1jB9AF-000GTj-PV; Sun, 08 Mar 2020 23:33:11 -0400 Date: Sun, 8 Mar 2020 23:33:11 -0400 From: "Frank Ch. Eigler" To: Gerald Pfeifer Cc: overseers@gcc.gnu.org Subject: Re: No more notifications of wwwdocs commits? Message-ID: <20200309033311.GE94530@elastic.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sender-Verification: "" X-Spam-Status: No, score=-98.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_SBL_CSS, SPF_HELO_PASS, SPF_PASS, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2020 03:33:13 -0000 Hi - > The regular mailing lists appear to work after the migration, and > you folks probably are still hacking on things right now, so I just > wanted to note that notifications for wwwdocs commits (via the > gcc-cvs-wwwdocs list) do not appear to be happening right now. The metahtml program needed to be lovingly fetched, built, and lightly installed, and some git sharedrepository flags fixed; now at least one can commit to gcc-wwwdocs.git and have it propagate. I don't know if that also fixes the notification emails tho. - FChE