From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: GNU ELPA visibility Date: Thu, 25 Oct 2012 21:37:27 -0400 Message-ID: References: <5089ADBA.5050504@yandex.ru> <34560B5B82784480A5C0D120CCBA4D8B@us.oracle.com> <5089B375.1070805@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351215454 26597 80.91.229.3 (26 Oct 2012 01:37:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2012 01:37:34 +0000 (UTC) Cc: jeremiah.dodds@gmail.com, Drew Adams , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 03:37:42 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TRYrk-0007vb-QL for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2012 03:37:40 +0200 Original-Received: from localhost ([::1]:60242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRYrd-00076Z-3P for ged-emacs-devel@m.gmane.org; Thu, 25 Oct 2012 21:37:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRYra-00076S-L7 for emacs-devel@gnu.org; Thu, 25 Oct 2012 21:37:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRYrZ-00074W-Hw for emacs-devel@gnu.org; Thu, 25 Oct 2012 21:37:30 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:10878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRYrZ-00074R-DQ for emacs-devel@gnu.org; Thu, 25 Oct 2012 21:37:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu0/O+LFW/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLDiYSFBgNJIgcBboJkEQDozOBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="202889504" Original-Received: from 206-248-177-86.dsl.teksavvy.com (HELO pastel.home) ([206.248.177.86]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 25 Oct 2012 21:37:28 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C2FE659347; Thu, 25 Oct 2012 21:37:27 -0400 (EDT) In-Reply-To: <5089B375.1070805@yandex.ru> (Dmitry Gutov's message of "Fri, 26 Oct 2012 01:47:33 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154519 Archived-At: >> it off (?)), but is that feature even available for GNU Elpa? > AFAIK, ELPA just builds off a single branch in a single repository. Not quite: The Org package is pulled from Org's repository. Other packages can be handled similarly. > That's automatic, but for each package where Emacs Bazaar repo is not > the canonical source, the changes need to pushed to it manually. But no, it's currently not automatic, only semi-automatic. That's something we need to fix as well. Stefan