From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Sosa Subject: Re: Guix "ops" Date: Mon, 04 May 2015 16:51:14 -0700 Message-ID: <87bnhzrjf1.fsf@gnusosa.net> References: <87k2wx6t1e.fsf@fsf.org> <87vbgdy6x8.fsf@gnu.org> <87fv7h5zhk.fsf@fsf.org> <87mw1obbfq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpQHS-000786-59 for guix-devel@gnu.org; Mon, 04 May 2015 20:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpQHP-0001eb-0e for guix-devel@gnu.org; Mon, 04 May 2015 20:00:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:47026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpQHO-0001Xd-Qn for guix-devel@gnu.org; Mon, 04 May 2015 20:00:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YpQHL-0004DD-Nt for guix-devel@gnu.org; Tue, 05 May 2015 02:00:03 +0200 Received: from 216-75-224-2.static.wiline.com ([216.75.224.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 May 2015 02:00:03 +0200 Received: from gnusosa by 216-75-224-2.static.wiline.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 May 2015 02:00:03 +0200 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hi David and Ludovic, I've been doing configuration management in GuixSD with propellor by Joey Hess. https://propellor.branchable.com/ While it works great, I would prefer any tool that works with Guile syntax. ludo@gnu.org (Ludovic Courtès) writes: > BTW, I’d prefer something like ‘guix deploy’ over ‘guix ops’, but then > another name would need to be found for the ‘deploy’ sub-command, maybe > ‘realize’? 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. - Carlos