From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] Package proposal: EBDB Date: Sun, 13 Aug 2017 17:47:24 -0400 Message-ID: References: <87efsxspgv.fsf@ericabrahamsen.net> <87mv784f1h.fsf@ericabrahamsen.net> <87shgwgtyp.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1502661070 28834 195.159.176.226 (13 Aug 2017 21:51:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2017 21:51:10 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 13 23:51:06 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dh0mo-0007Il-Hp for ged-emacs-devel@m.gmane.org; Sun, 13 Aug 2017 23:51:06 +0200 Original-Received: from localhost ([::1]:38540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dh0mu-0003BL-QL for ged-emacs-devel@m.gmane.org; Sun, 13 Aug 2017 17:51:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dh0mA-0003A8-04 for emacs-devel@gnu.org; Sun, 13 Aug 2017 17:50:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dh0m6-000199-U5 for emacs-devel@gnu.org; Sun, 13 Aug 2017 17:50:26 -0400 Original-Received: from [195.159.176.226] (port=34418 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dh0m6-00018h-NH for emacs-devel@gnu.org; Sun, 13 Aug 2017 17:50:22 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dh0lp-0004ho-IO for emacs-devel@gnu.org; Sun, 13 Aug 2017 23:50:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:SPyWD67wB31cLwo5h/2RTcbrK7w= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:217522 Archived-At: > We add the appropriate line to externals-list in the master branch, > right? Then push that? Then create a new branch, in my case > external/ebdb, First create (and populate) the externals/ebdb branch. Only once that is done can you update the externals-list file to point to it. > and put what in it -- anything? Pretty much, except: - .el files in the top-level directory. - the metadata in the .el file (in your case, ebdb.el). > Will something automatically happen if I push that branch to ELPA? No, it will happen when you push the change to externals-list. Stefan