From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix "ops" Date: Mon, 17 Oct 2016 16:51:49 +0200 Message-ID: <87twcb81ve.fsf@gnu.org> References: <87k2wx6t1e.fsf@fsf.org> <87vbgdy6x8.fsf@gnu.org> <87fv7h5zhk.fsf@fsf.org> <87mw1obbfq.fsf@gnu.org> <87bnhzrjf1.fsf@gnusosa.net> <87382oejz8.fsf@fsf.org> <87insramsv.fsf@dustycloud.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:4830:134:3::10]:33003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw9Gl-0001V7-4G for guix-devel@gnu.org; Mon, 17 Oct 2016 10:52:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bw9Gg-0000Vb-EC for guix-devel@gnu.org; Mon, 17 Oct 2016 10:52:03 -0400 In-Reply-To: <87insramsv.fsf@dustycloud.org> (Christopher Allan Webber's message of "Sun, 16 Oct 2016 18:36:48 -0500") 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: Christopher Allan Webber Cc: guix-devel@gnu.org, Carlos Sosa Christopher Allan Webber skribis: > David Thompson writes: > >> Hello again Carlos, >> >> Carlos Sosa writes: >> >>> I like the idea of 'guix deploy', and maybe something to propagates >>> given configuration files, like 'guix config prepare' and later 'guix >>> config apply'. >>> >>> Now, how can I contribute? work the guix command? >>> >>> Let me know if you have a specific repository or place to find any work >>> done on this. >> >> I have just pushed a new branch called "wip-deploy" to the official guix >> repository. Since this branch is prefixed with "wip-", expect it to be >> rebased frequently. There's not much code here yet, but a very simple >> prototype has been implemented that supports the creation of local QEMU >> VMs. > > Just FYI, I've rebased this branch and pushed to origin. Thanks! > There's a lot of good ideas in this thread. Will be good to make > progress on them! Yup! The need for this tool is becoming stronger, especially now that we=E2=80=99re starting to run GuixSD on our build farm machines. Ludo=E2=80=99.