From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: A registry for distributed sources and binaries Date: Tue, 26 Jul 2016 05:40:49 +0200 Message-ID: <20160726034049.GA28990@thebird.nl> References: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> <8760rznoh1.fsf@gnu.org> <20160722004130.GA10340@thebird.nl> <874m7hk6dz.fsf_-_@gnu.org> <20160724033027.GA20236@thebird.nl> <87wpka7p0g.fsf@elephly.net> <87eg6iqdi0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRtIC-0003aA-Lc for guix-devel@gnu.org; Mon, 25 Jul 2016 23:44:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRtI8-0008W9-FM for guix-devel@gnu.org; Mon, 25 Jul 2016 23:44:27 -0400 Content-Disposition: inline In-Reply-To: <87eg6iqdi0.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Jul 25, 2016 at 11:21:43AM +0200, Ludovic Court=E8s wrote: > I like the idea! (With the caveat that, again, external repos can brea= k > anytime.) > > Partly related to that: > . Actually very much related because a git pull attached to a git tree can be tied with a remote repo - allowing for elegant API transitions. guix channel add genenetwork git://git.sv.gnu.org/guix.git master HASHTAG guix channel pull genenetwork guix channel set genenetwork Do the Ricardo stuff... Pretty much solves the API problem. Pj.