From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cgf.cx (external.cgf.cx [107.170.62.102]) by sourceware.org (Postfix) with ESMTP id 1A4AE39524AD for ; Mon, 9 Mar 2020 17:59:29 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx B38B940423 X-Spam-Level: X-Spam-CGF-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, KAM_SHORT autolearn=ham autolearn_force=no version=3.4.3 spammy=H*Ad:D*elastic.org, hook, H*r:unknown, H*ct:us-ascii Received: from ednor.cgf.cx (unknown [100.0.105.127]) by cgf.cx (Postfix) with ESMTPA; Mon, 9 Mar 2020 13:59:26 -0400 (EDT) Received: by ednor.cgf.cx (sSMTP sendmail emulation); Mon, 09 Mar 2020 13:59:26 -0400 Date: Mon, 9 Mar 2020 13:59:26 -0400 From: Christopher Faylor To: Overseers mailing list Cc: "Frank Ch. Eigler" , overseers@gcc.gnu.org Subject: Re: No more notifications of wwwdocs commits? Message-ID: <20200309175926.GA2954@cgf.cx> Mail-Followup-To: Overseers mailing list , "Frank Ch. Eigler" , overseers@gcc.gnu.org References: <20200308174216.GA9734@cgf.cx> <20200308223040.GA94530@elastic.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KHOP_HELO_FCRDNS, SPF_HELO_PASS, SPF_NEUTRAL autolearn=no autolearn_force=no version=3.4.2 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 17:59:30 -0000 On Mon, Mar 09, 2020 at 02:05:51PM +0000, Joseph Myers wrote: >On Sun, 8 Mar 2020, Frank Ch. Eigler wrote: > >> Hi - >> >> > There definitely are several things not working properly as far as >> > our web page infrastructure goes: >> > >> > - https://gcc.gnu.org/pipermail/gcc-cvs-wwwdocs/2020/date.html >> > misses the last two commits: >> > >> > commit 09a7a9579b59619ea3f601b821ec8b9dd3fe708e (HEAD -> master, >> > commit 8a562ce34e441587b87d5e5bc2ebb58f4ce630b9 >> >> OK, will look into it, though the git-email processing is done >> by the adacore hooks AIUI. > >No, wwwdocs uses its own post-receive hook (a symlink to >/www/gcc/wwwdocs-checkout/bin/post-receive - at some point the symlink had >somehow become a copy that was thus missing the last commit, I've now >restored the symlink). That calls >/sourceware/libre/infra/bin/post-receive-email, which is missing on new >sourceware. I don't know if other projects might be using >post-receive-email as well. That should be /sourceware/infra/bin/post-receive-email . We removed the libre in the new sourceware. We didn't think that anyone was actually using libre/... stuff since most of the stuff in libre/... is obsolete. cgf