From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Mistakes in commit log messages Date: Mon, 17 Apr 2023 05:22:37 +0300 Message-ID: <83ttxf9riq.fsf@gnu.org> References: <835ya5m4p0.fsf@gnu.org> <83v8i4arzt.fsf@gnu.org> <838rezardu.fsf@gnu.org> <319d616d-9230-0a82-331f-0f57488e4c80@gmail.com> <834jpm9s1g.fsf@gnu.org> <83v8i28b3j.fsf@gnu.org> <693285d2-e50b-289d-4f3e-ddd817ddc75b@gmail.com> <48d4dffa-cfa8-7949-3043-a1efa937902d@gmail.com> <838rew5lak.fsf@gnu.org> <5adfbf6f-fbcb-f4e8-3662-48bd5eb6a269@gmail.com> <9c8826af-a160-d36f-7577-2bc5ec0c2004@gmail.com> <265ac2c8-98bf-97db-2567-fce5db06577a@gmail.com> <83wn2cbcvw.fsf@gnu.org> <4f45a223-535f-c9d7-90b8-5864b9adc7a7@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31317"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, emacs-devel@gnu.org To: Jim Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 17 04:23:28 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1poEWd-0007w1-OB for ged-emacs-devel@m.gmane-mx.org; Mon, 17 Apr 2023 04:23:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1poEVr-0000bS-OJ; Sun, 16 Apr 2023 22:22:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poEVp-0000aA-Tc for emacs-devel@gnu.org; Sun, 16 Apr 2023 22:22:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poEVp-0005TP-52; Sun, 16 Apr 2023 22:22:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=lk+sM0+0233nWqzmFWLppOkTx8we413D/li/YAFqpwA=; b=FJg/qNW+72+n QL21XnebkDE0LtvAWoPTm2QAxEEfwoN/Njsgl8WHcl4x4hxrrkq8nAk63Piua1WVPyrnXB4OksWBW EWBou+22oDHO8qW6WfFzk95LCsy/hEWZiLIGGPj1gyKcI6D0+O+hvYcS63vJdt18BtDJRvfuSTN/A T+wJTiSbtvkBU8E3EP93HrwSldKFVw+sv7MssW8D1eRdBLHV4GhTY65wDZFJBoDPPqqQQW0lWup4M 2ybRh301pR48NhOd2/g9LLwpvF2WK7Wn9D/itHCLfyUjnfKGRDDPROM3t73aAccfHjsnLeN9yganp udohfCOC+8Rjjh+FpMn6qw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poEVo-0000od-9g; Sun, 16 Apr 2023 22:22:36 -0400 In-Reply-To: <4f45a223-535f-c9d7-90b8-5864b9adc7a7@gmail.com> (message from Jim Porter on Sun, 16 Apr 2023 13:06:58 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305352 Archived-At: > Date: Sun, 16 Apr 2023 13:06:58 -0700 > Cc: acm@muc.de, emacs-devel@gnu.org > From: Jim Porter > > Another, more-general thing we could consider is to add a job on EMBA > that tries to run through the automatable steps of making pretest > tarballs, just to see if they complete without errors. Then we could set > that to run, say, once a week, so we could identify problems earlier and > fix them (e.g. by adding new Git hooks, or just sending a message to > emacs-devel about it). That'd be too much, I think. We only need to do these jobs once in a blue moon, so having it bother us once a week would be an unnecessary annoyance, I think.