From mboxrd@z Thu Jan  1 00:00:00 1970
From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@gnu.org>
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>
 <CAEwRq=rGn-ZaQieP1m+8LrMR9KVdLAU3i80UzSLrcF1J5Cywgw@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org>
Received: from eggs.gnu.org ([2001:470:142:3::10]:39667)
 by lists.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <ludo@gnu.org>) id 1jHTQg-0001W8-Ni
 for guix-devel@gnu.org; Thu, 26 Mar 2020 10:24:19 -0400
In-Reply-To: <CAEwRq=rGn-ZaQieP1m+8LrMR9KVdLAU3i80UzSLrcF1J5Cywgw@mail.gmail.com>
 (Vincent Legoll's message of "Thu, 26 Mar 2020 13:37:20 +0100")
List-Id: "Development of GNU Guix and the GNU System distribution."
 <guix-devel.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>,
 <mailto:guix-devel-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/guix-devel>
List-Post: <mailto:guix-devel@gnu.org>
List-Help: <mailto:guix-devel-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>,
 <mailto:guix-devel-request@gnu.org?subject=subscribe>
Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org
Sender: "Guix-devel"
 <guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org>
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>

Vincent Legoll <vincent.legoll@gmail.com> skribis:

> On Thu, Mar 26, 2020 at 12:55 PM Ludovic Court=C3=A8s <ludo@gnu.org> 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.