From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 10/15] gnu: system: Move file-system->spec to (gnu system file-systems). Date: Tue, 7 Jul 2015 21:22:21 -0400 Message-ID: References: <1436188604-2813-1-git-send-email-dthompson2@worcester.edu> <1436188604-2813-10-git-send-email-dthompson2@worcester.edu> <87io9why83.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:4830:134:3::10]:51200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCe4D-0003x1-4L for guix-devel@gnu.org; Tue, 07 Jul 2015 21:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCe46-0004V3-Ii for guix-devel@gnu.org; Tue, 07 Jul 2015 21:22:28 -0400 Received: from mail-lb0-f177.google.com ([209.85.217.177]:35481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCe46-0004Ul-C9 for guix-devel@gnu.org; Tue, 07 Jul 2015 21:22:22 -0400 Received: by lbcpe5 with SMTP id pe5so47015038lbc.2 for ; Tue, 07 Jul 2015 18:22:21 -0700 (PDT) In-Reply-To: <87io9why83.fsf@gnu.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel , David Thompson On Tue, Jul 7, 2015 at 9:51 AM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> * gnu/system/linux-initrd.scm (file-system->spec): Move this... >> * gnu/system/file-systems.scm: ... to here. > > OK Pushed.