From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: updating async on elpa Date: Sat, 01 May 2021 13:11:20 -0400 Message-ID: References: <874kfom16w.fsf@posteo.net> <871rarn69c.fsf@posteo.net> <87y2czll5a.fsf@posteo.net> <87o8dvty56.fsf@posteo.net> <87zgxf5zyz.fsf@posteo.net> <87lf8zrqym.fsf@posteo.net> <87h7jm5u7w.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25361"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 01 19:12:32 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 1lctAN-0006VR-7o for ged-emacs-devel@m.gmane-mx.org; Sat, 01 May 2021 19:12:31 +0200 Original-Received: from localhost ([::1]:59090 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lctAM-0005VW-Ay for ged-emacs-devel@m.gmane-mx.org; Sat, 01 May 2021 13:12:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lct9L-0004c8-42 for emacs-devel@gnu.org; Sat, 01 May 2021 13:11:27 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:63255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lct9I-0006KB-Jn for emacs-devel@gnu.org; Sat, 01 May 2021 13:11:25 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 1F4BC440786; Sat, 1 May 2021 13:11:23 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 98E21440717; Sat, 1 May 2021 13:11:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1619889081; bh=kdURJfx7ys7GztCC7iYTCnzgjPBY4v6OEW2iwN7b0RE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=cCnjNwkeT5puJog2/wKSJAqdYweqXKhJoWYW3eD1yfv/h6IhB4jpBcZhwsOSVbLQV UG090t/nFWn13B1e7p0qx9Tj1RdRFX121e0v/514sa2iZAUyr5KpCAcFmaCzxgafRT Q9d+nZ1M8htSDLJnGAYdOYnLtWt946ZWFT4jZlmubBvuYI7KjpkItalxMEIRd6Gog7 H59XMORyK8UNHdpUZj7EB+iQCPg0cz+/bAyk+TWMTY29PP0D88oCW5ET2rNdoiLJ9D vzUEjFdogrdS3RUzHgAU52stJ3TIzaqpers/TMVx/M+VjBoidMUIDEqorUKzjvL4/l Su1+0ZR5z/W4Q== Original-Received: from alfajor (unknown [108.161.125.61]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 39F2F1201FF; Sat, 1 May 2021 13:11:21 -0400 (EDT) In-Reply-To: <87h7jm5u7w.fsf@posteo.net> (Thierry Volpiatto's message of "Sat, 01 May 2021 15:37:51 +0000") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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:268722 Archived-At: > now emacs-async master is compliant with elpa (package-requires, no > pkg.el file), so now I can push from master to elpa, my remote called > elpa is pointing to "me@git.sv$gnu.org:/srv/git/emacs/elpa.git", can I > push safely with git push elpa master:refs/heads/externals/async? Yes. Tho there's not much to push because the `:auto-sync` is enabled so elpa.gnu.org just pulled your new changes into elpa.git already. Stefan