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 02:36:16 +0600 Message-ID: <87bkoq6clb.fsf@disroot.org> References: <87k03evoz8.fsf@disroot.org> <875yeyesoj.fsf@posteo.net> 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="430"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 28 21:38:29 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 1ozktZ-000AVO-L9 for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Nov 2022 21:38:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ozktC-0001ob-Gq; Mon, 28 Nov 2022 15:38:06 -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 1ozkt6-0001iE-RR for emacs-devel@gnu.org; Mon, 28 Nov 2022 15:38:00 -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 1ozkt5-00040z-9N for emacs-devel@gnu.org; Mon, 28 Nov 2022 15:38:00 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 55C8F41036; Mon, 28 Nov 2022 21:37:57 +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 6xN0hzcUx6vF; Mon, 28 Nov 2022 21:37:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1669667876; bh=+orsLa5pqjJKY7OOexEPoBmBxC1uGvZ0cg8Z/rUFdik=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=OWvrr59MsY1iY32YxyGS5Ko9IrAbC6RI7ZuO6NxanB3Y2S6JiZZwg6/JG2Mc8PTrp LAB25KvwcGytbL7ewpEbuXOfKQKkIh/DJiUKgNPwjPu15ZoMY5ptn0px9HjjDmR6T5 gayHhWw5ChQOb0Yl5E6X9apeSC+lK12C6whcWbylLxncqjdlb45pB0bU7orjIVKIQz KeizrRakd149cJNkYOOlAncLp27S4lOQ/fpUTvje2baHR123Y4ixVCLe7fIaEwPRzs 4545oZ7QCxvs6VUjZLc6hTHF4/7WR6SjAyrUmeZJdGsDsbBiYKAzZjOoAO7pLDcAge 6IQGt4XAAziIg== In-Reply-To: <875yeyesoj.fsf@posteo.net> (Philip Kaludercic's message of "Mon, 28 Nov 2022 20:21:32 +0000") 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:300687 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Philip Kaludercic writes: > Akib Azmain Turja writes: > >> I mistakenly wrote a commit message with a lot of mistakes, and >> unfortunately I also pushed it immediately. After some 10-20 minutes, >> I noticed the thing and quickly fixed that commit message (but not the >> 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? > > IIRC You could add the ELPA mirror as a remote, then merge the diverged > branch onto your own and push that. Does that mean that there is really nothing doable on a server-side? I wish there was something. Anyway, I'll merge if the above is true. =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----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmOFG8AACgkQVTX89U2I YWsYFhAAt/X7ModRkIGzixMMW35qKxrnG6OGB0kJKZxqq+BtaDvthaV9ki7C8RVP /wnbDy7U/jmzhmOPa+1janu2mt4TNqMZdVGCYAAGyoPuEbYjJq1Zq1WqwALLhe+8 8i+T0rpNNlg9Pv5sQ1VMl3Q+frgUW1aS0Tl6TxHtpHWN+fKQ/Fj+XBweYdqyl7BP BOa4vltFeJoqUjpYoimuUiqTfcEXFLyXDQGjJjHTII20RWcLNZOdgsNf/qoje/2H RQ4Nf5grUcGXiLHHQhbgwHsAH0U6uR5BKy7MfwqMxRfQpFTihwWUclvGAR4d0llb sqTnS9riR5LP7i6tj6GXWCfT4kvqtUiwluBhjAo0e0QwjZr44edbth17t2Fk03e9 mPp1VV6sH+wZFkKXHeLctt5NQ02ObpDHX3ZVMwcoOI0kruQ8+hX9oO2K4xpLbqae CJqonUE8A0sKrF9kGZ4DODmC7xJSLQWD3R1k4brdwKTJMx2AP3QOtsvqEm88oOd4 oOfXF5KE0h/DcwLds3kzkqBtskfJneNVLtdUk0noebpVio/+uqGgOShicpaDbxiq yL8/imn2/Zqv5eCyw31rLdIqvviMuU8uncpLicMqEsRvhEYM/2yLh1YRlAwhp0LR jW+zagceiPpRG3d/MnOe34j5dgbzp83Qsk59RcefWxXmhlxmC3I= =hXo5 -----END PGP SIGNATURE----- --=-=-=--