From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Plan for a release! Date: Thu, 26 Mar 2020 15:24:13 +0100 Message-ID: <87v9mr8a9e.fsf@gnu.org> References: <87pne3d5t6.fsf@gnu.org> <87o8t1smpe.fsf@gnu.org> <87k13h7gg3.fsf@gnu.org> <87tv2ld04o.fsf@gmail.com> <87k13fjo2i.fsf@gmail.com> <87k13d1zj7.fsf@gnu.org> <87k13bnp38.fsf@gmail.com> <87a743ba9l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39667) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHTQg-0001W8-Ni for guix-devel@gnu.org; Thu, 26 Mar 2020 10:24:19 -0400 In-Reply-To: (Vincent Legoll's message of "Thu, 26 Mar 2020 13:37:20 +0100") 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-mx.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: guix-devel Vincent Legoll skribis: > On Thu, Mar 26, 2020 at 12:55 PM Ludovic Court=C3=A8s wrot= e: >> Another approach would be to do like =E2=80=98guix system vm=E2=80=99, w= hich is to share >> the store with the host. But then we would need a way to be able to run >> a daemon in the guest and have its build results overlaid on top of the >> host-provided store. > > Couldn't `guix copy` be used here to get built items back onto the host > easily ? No, =E2=80=98guix copy=E2=80=99 is only for copies over SSH between full-fe= atures stores (each one running a daemon). Ludo=E2=80=99.