From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tim Landscheidt Newsgroups: gmane.emacs.devel Subject: Re: ELPA git repo contains zero-padded file modes and running ~$ make fails Date: Fri, 02 Feb 2024 11:01:22 +0000 Organization: https://www.tim-landscheidt.de/ Message-ID: <87le836sfx.fsf@vagabond.tim-landscheidt.de> References: <87zha1esp6.fsf@gnu.org> <87blmbs4wg.fsf@ericabrahamsen.net> <87imgcxgar.fsf@bzg.fr> <87msskqitp.fsf@vagabond.tim-landscheidt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32273"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) Cc: Stefan Kangas , Omar =?iso-8859-1?Q?Antol=EDn?= Camarena , Bastien , Eric Abrahamsen , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 02 12:02:18 2024 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 1rVrJJ-00086C-A0 for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Feb 2024 12:02:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVrIY-0002an-GB; Fri, 02 Feb 2024 06:01:30 -0500 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 1rVrIX-0002ad-22 for emacs-devel@gnu.org; Fri, 02 Feb 2024 06:01:29 -0500 Original-Received: from gavdos.tim-landscheidt.de ([2a01:4f8:1c0c:4bd6::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rVrIV-0004aG-3i; Fri, 02 Feb 2024 06:01:28 -0500 Original-Received: from port-62-145-29-194.static.as20676.net ([62.145.29.194]:49996 helo=vagabond) by gavdos.tim-landscheidt.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rVrIR-00C1j6-0f; Fri, 02 Feb 2024 11:01:23 +0000 In-Reply-To: (Stefan Monnier's message of "Thu, 01 Feb 2024 22:16:33 -0500") Received-SPF: pass client-ip=2a01:4f8:1c0c:4bd6::1; envelope-from=tim@tim-landscheidt.de; helo=gavdos.tim-landscheidt.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:315742 Archived-At: Stefan Monnier wrote: > [=E2=80=A6] >> Is there something we could add to our scripts to avoid this from >> happening in the future? I'm thinking of adding a `git fsck` to our >> scripts before pushing a branch to Savannah, or something. Not sure >> what's needed. > We already have: > [transfer] > fsckObjects =3D true > in the `.gitconfig` of the thingy doing the mirroring of > upstream branches. But apparently it didn't catch those badDateOverflow > issues (apparently they're not checked in a systematic fashion?). But this configuration does not apply to the Git "server" accepting pushes to ELPA branches where the error that started this thread occurred, does it? To accomplish this, I assume something in the Savannah- sphere needs to be changed. (Though I don't understand why receive.fsckObjects=3Dtrue is not the Git default.) Tim