From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Akib Azmain Turja Newsgroups: gmane.emacs.devel Subject: Re: Package Eat on NonGNU ELPA diverged Date: Tue, 29 Nov 2022 13:59:48 +0600 Message-ID: <87zgca42dn.fsf@disroot.org> References: <87k03evoz8.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29289"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 29 09:53:39 2022 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 1ozwN0-0007QV-3Y for ged-emacs-devel@m.gmane-mx.org; Tue, 29 Nov 2022 09:53:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ozwM6-0001HU-TS; Tue, 29 Nov 2022 03:52:43 -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 1ozwLz-0001H9-Jm for emacs-devel@gnu.org; Tue, 29 Nov 2022 03:52:36 -0500 Original-Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozwLw-0005Vt-Ux for emacs-devel@gnu.org; Tue, 29 Nov 2022 03:52:34 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2B53541473; Tue, 29 Nov 2022 09:52:30 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5jkXowNQy3HM; Tue, 29 Nov 2022 09:52:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1669711949; bh=cBPlMPwpzERCSISwH6jt6T7KWRyXuzxLTlFM5Zgl/gY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=dpE7/64SFWHelp9Egx0qOBpxQhFJ49LDgVfhfj81aSH49EpAfqMNsSpEf9OxOOhor j3Qtw4ZG0jBONmNTyQpuv5rTXXWzycZhiEDYZoDzVLSljhC9CNe9GNWOS9QaU+RvIz 74LyD0dAdMfSgHmrevwOnFNLq3B7a+hLxuDb5h55ok9oXlx9lgfr55AZseTxQtYjOV HH4O1WiQ/d9ch8vgA+V4Uzh6XdLXnlXqZ8Ef8AcIgx/lwfI5O5Snx0bWVM9TyLcSmm Q1pVsC7LimxGSyUtd43oE3nyENeA/k0DwTxl8KcyIwuoG8cJ0o3vhg8O33OGNOa107 99zouT7PADFyg== In-Reply-To: (Stefan Monnier's message of "Mon, 28 Nov 2022 16:02:36 -0500") Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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:300704 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Stefan Monnier writes: >> files) and force pushed it. But within that 10-20 minutes, ELPA >> machinery fetch from my repository, and now the two repositories >> diverged. >> >> Is there any chance to do something on ELPA side, or do I have to do >> something on my side? > > The problem goes much faster that the `nongnu.git` repository on > `git.sv.gnu.org`, because that repository is tracked by several others. > Can it be fixed? > Yes, technically, but it's a pain in the rear to go and fix them all > by hand. It's only justified if there's a *real* problem (like the > faulty commit contains something we *really* don't want to keep). > Here, we're talking about including a commit with a suboptimal commit > message. Nobody will suffer from it, > > > Stefan > Thanks for the explanation, I'll merge from the diverged branch. =2D-=20 Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5 Fediverse: akib@hostux.social Codeberg: akib emailselfdefense.fsf.org | "Nothing can be secure without encryption." --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmOFu/UACgkQVTX89U2I YWtkPRAA3JuoAqHas258H84wEuRKrPSkYBRUJtcYUOJjpoGPiQyOTePl3YLi7NsP jcguPkEiVxDdqpv3wFOVY3kUx5peUVk5Y79N2KdIwNXjkapvSbYfdGuFchZUCxPp /oAVh8qnSM3xKinyGgiWuSi5w0c4N26ZOSLbrRg8kxfsH6y27mLEeCG8RnXKyjkh iZ5Ryj90aF396EbABcM5CFgTqHUezMOTKpgBJT5VJqgy/sEfETblW2b8liv5zQOp gvRFmQj4ecjZVntFV1Bd54KaGznQb5eLz41mCF1UgnCafKuhRBKOXPcx8DeWoGMz Bu6jTFx6M/jSs5DR92tNg3lOpT2l/X3UhrpcEZCVNelDYarpYsWbXiVPuntI6uYN BBtCGFaQwGNq4YvuGAtgqHy/3cZhQlV6Gld9WRP1gCJkinovaLDrkMz9EDRoMelD bkKQJi4POuOFrG0QQMi66jBM/UqxxAMRZ2j/sXnQwgrVZMY1B6HNQWi95yReAyWu cGuPiWjm9zHve9JOB0fndoyV8clljJYTDLWLycCQl931iBoaRtr8Bxm9PXfXmAQ+ SCPjA3AYCLgBBWxANFwNxUuswDrNGhG6uc4NLsv0gYeX0mcfifQ0MqRn7ht6hLBu fATGGHx4LemJhCIXfoBPIDYssBnDDmGY+wyBQQN37LHII+5t+8g= =6YnU -----END PGP SIGNATURE----- --=-=-=--