From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: Guix "ops" Date: Sun, 16 Oct 2016 18:36:48 -0500 Message-ID: <87insramsv.fsf@dustycloud.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvuzC-0007La-2j for guix-devel@gnu.org; Sun, 16 Oct 2016 19:36:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvuz8-0004xJ-5m for guix-devel@gnu.org; Sun, 16 Oct 2016 19:36:58 -0400 Received: from dustycloud.org ([50.116.34.160]:53022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvuz8-0004wl-0Z for guix-devel@gnu.org; Sun, 16 Oct 2016 19:36:54 -0400 In-reply-to: <87382oejz8.fsf@fsf.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: David Thompson Cc: guix-devel@gnu.org, Carlos Sosa 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. There's a lot of good ideas in this thread. Will be good to make progress on them!