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 18:37:41 +0000 Message-ID: <87o8dvty56.fsf@posteo.net> References: <874kfom16w.fsf@posteo.net> <871rarn69c.fsf@posteo.net> <87y2czll5a.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="18003"; 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 20:41:27 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 1lcY4s-0004Ye-PS for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Apr 2021 20:41:26 +0200 Original-Received: from localhost ([::1]:44636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcY4r-0006Gq-Sq for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Apr 2021 14:41:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcY3E-0005di-MO for emacs-devel@gnu.org; Fri, 30 Apr 2021 14:39:44 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:59779) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcY3C-0001gB-DA for emacs-devel@gnu.org; Fri, 30 Apr 2021 14:39:44 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id EDDF0240027 for ; Fri, 30 Apr 2021 20:39:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1619807980; bh=D3Qjp4uhIUTlovfCr75c2G2LUj4MaI4/wGPDcX6m88g=; h=From:To:Cc:Subject:Date:From; b=YlmnPNBbVJ9Y20gDdleAY5xrG9xh7kKdJCS0E8DDYKeiU8G6I92zYyxO8pIiXB67f diRAv3Q5PXPzWd3zAhOpQEhTQTnaCnnmuKFm2g6vU5s4HM+WTje/Mb0CK63O8BE/z4 GWVgXbOpQya0tPrPEy7hr2zSOy7FMLVl0nVK2SlXsDwPzH5lroJ9stpGOnjF31T0J6 CV/TjtB8ptEPjVoFoySi9Eo1eDgBPOSL3RDvidYHrWGxmFY0Oh2UT2IKc06F63YvZM gfDsTK8oJ7Cyo4pinm2MAbuzyFbsA2VIFfcjL8T7Q1jgC9hx1peRoWWdtvbsY++e1c W8LBYZHHma76Q== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FX1PQ5Djqz9rxF; Fri, 30 Apr 2021 20:39:38 +0200 (CEST) In-reply-to: <87y2czll5a.fsf@posteo.net> 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:268686 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thierry Volpiatto writes: > [[PGP Signed Part:Good signature from 0EC56D141D16EF93 thievol@posteo.net= (trust ultimate) created at 2021-04-30T19:47:29+0200 using RSA]] > > Stefan Monnier writes: > >> [[PGP Encrypted Part:OK]] >>>> 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. >> >> Assuming you're in a clone of `jwiegley/emacs-async`, you can do >> something like: >> >> git remote add -f -t externals/async elpa git://git.sv.gnu.org/emacs= /elpa.git >> git merge elpa/externals/async > > Thanks, I could merge with many conflicts though, now I have to push, > the address git://git.sv.gnu.org/emacs/elpa.git is the public address > what is the equivalent with write access? > > @git.sv.gnu.org:/srv/git/emacs/elpa.git ? So no, it is not this, it seems it create again an elpa branch, please remove it, sorry. I give up to complicated. =2D-=20 Thierry --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHHBAEBCgAxFiEEI9twfRN7r3nig/xwDsVtFB0W75MFAmCMTuYTHHRoaWV2b2xA cG9zdGVvLm5ldAAKCRAOxW0UHRbvkx4uDACa+46wPXVDNO0NwPDESDgK7zwNHtxP EhswWfRbGq2dQZ4QrsENbzRomgEt+OqnFFdsKKgvY/88ptI13i5sUZXmwFkybEl4 5o9x4rqDXqFSd++15hUvn3ziQRlOpMfP+EHM1u33JczUuSr669PQMQd3u5ofC0+D ATmFbn7R+PeeLfQOG/9srtV58PNhYe2hzD9Gftbd+d8Uyb6XsT3ms9fi3faQ4C8h V3OlSdaa/GDZm2JxJJTsBCKATtY92BmeLiYq+LHPiWip/QBHwcfsi/Nblcj8CpiB Uf3nrCaeGhg56KIcot+q2dvHSuvPkiW/s+6rxi8aIonYBjBwLdx1bL0DGHhJrwlN 3MmCr0zOqVXYE/KSkAcaUoGUd/JkUE7cXG3sRW+C+Fxrmv4Q6hkAlgONU7wc8cnX P0I5q5HvegG7rgs0gPes1UaNlGPxV3FG4tovAOfrByDPPeBvmEi7PwF6INdfPanf z5eWeVrnJVzXNaAwZ48kz+hGXl3wVtY9QYc= =wvmK -----END PGP SIGNATURE----- --=-=-=--