From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: updating async on elpa Date: Fri, 30 Apr 2021 15:20:37 +0000 Message-ID: <871rarn69c.fsf@posteo.net> References: <874kfom16w.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9229"; 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 Fri Apr 30 17:27:24 2021 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 1lcV36-0002IT-7C for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Apr 2021 17:27:24 +0200 Original-Received: from localhost ([::1]:38002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcV35-0004y3-C0 for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Apr 2021 11:27:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcV22-0004Hy-SS for emacs-devel@gnu.org; Fri, 30 Apr 2021 11:26:18 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:60445) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcV20-0000jX-My for emacs-devel@gnu.org; Fri, 30 Apr 2021 11:26:18 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id ECBFA24002A for ; Fri, 30 Apr 2021 17:26:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1619796373; bh=/ALYI+KrG4AnFbhJHiNU/WOZfprGTe3TZ2WZiOtht0U=; h=From:To:Cc:Subject:Date:From; b=QHIyn7JNUosoXOgYv9HqW0jQdAz0l1T2KniVF5CREb3RwutBwWwTIRxVtRizPo6te tzAKFdl11ShiNYCym0Z0L/OV6aq2T6qB+9j9k4ANou0k5GoZADOk+4U5r6Vi3p2rQz ukI02CTfQvG9kdgtXXToHaKwo/s8thI6LKgNa12B6EpK183bWkAhkCd1tbvN76ndx9 PaoWPWLbrGDC4v1+nq9To7eum3PdjJzpqqUAvrbP1LwmMcCf4bf0Oy2ZSbPjz6DGFi dkZqoZj4QJ1CFxhVer1JPLPnYXYz76/Z63bAA1gqZImsVA1ecc2byiBJ5p7rYo1rOw SYc7JhcLXN0tg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FWx6C5bPzz9rxB; Fri, 30 Apr 2021 17:26:11 +0200 (CEST) In-reply-to: Received-SPF: pass client-ip=185.67.36.65; envelope-from=thievol@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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.23 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" Xref: news.gmane.io gmane.emacs.devel:268669 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Stefan Monnier writes: > [[PGP Encrypted Part:OK]] >> I just pushed last emacs-async changes to Elpa, but I am unsure if I did >> it correctly as the way to merge externals repos with Elpa have changed, >> can you verify if all went well. > > Hmm... you pushed a new branch called `externals/emacs-async` and > another called `elpa` but you didn't change the branch `externals/async` > which is the one that matters ;-) Not sure how I did this (the second one) :-) sorry. > so I think before pushing to `externals/async` someone will have to > merge the `elpa.git` changes into > https://github.com/jwiegley/emacs-async. I will try to do it, if I can get async from elpa.git, don't know how to get this for now. Thanks. > > Stefan > > > [[End of PGP Encrypted Part]] =2D-=20 Thierry --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHHBAEBCgAxFiEEI9twfRN7r3nig/xwDsVtFB0W75MFAmCMIY8THHRoaWV2b2xA cG9zdGVvLm5ldAAKCRAOxW0UHRbvk9XcC/9w+DwWmRxKNPDXGtTGJLTleX98yQ0e 2AJ6qNWtdC3qGK+LWWwFuoJeEQtRUv7yPqKU5ZU5+Au7fA7dwoPfyc0LEgqdc6KT HpRi5qID1btVjMTAIyZOfqj5jQXnLVqPUosG1byr2fDlXWOTYcYd7sWiCrV9mdGz rsu1+/FiGsMBMsz0mxCyx7gdrsd6v6rPcHg7DBZ9CwTHFa6mZnkEhcl+93BjGzoJ B+RTc+ItYT/QNwNKudum04WlofKrm3P7KUDV7UyS2OKBISnNcVZ8X0OieuE3OH7m mWQqqvKLksDWWXC0Iv6ML7NICzysMgwAejW9S/SWdE6Noom0uUg5migfLjLCaLxI yQAoE+hqisN/wnJ+lrBx4uoZI/Y+xcl3eTJ+gVCULNv38gDQzrDJxq2wYJTctuCK egeBNcMDoLhh8+OMOAqFmQ2EwWCLwCCQo9p1dqxtIvasGOBIl3T7Q+4UWyXC9VS4 YOO+RmZIkzFqW8Tq3VApdkPSdJb+a+NAQKk= =w/6N -----END PGP SIGNATURE----- --=-=-=--