From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add gnu-maintain and gnu-standards. Date: Thu, 31 Mar 2016 23:56:06 +0200 Message-ID: <87r3eq9urt.fsf@gnu.org> References: <87a8lokhs3.fsf@drakenvlieg.flower> <87fuvesvwz.fsf@gnu.org> <87zitl2y2w.fsf@drakenvlieg.flower> 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]:50440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alkZk-0006hD-Tb for guix-devel@gnu.org; Thu, 31 Mar 2016 17:56:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alkZh-0000Sa-HE for guix-devel@gnu.org; Thu, 31 Mar 2016 17:56:24 -0400 In-Reply-To: <87zitl2y2w.fsf@drakenvlieg.flower> (Jan Nieuwenhuizen's message of "Sat, 26 Mar 2016 14:00:39 +0100") 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: Jan Nieuwenhuizen Cc: guix-devel@gnu.org Jan Nieuwenhuizen skribis: > From 87eac0f669515e139f7518cd52480e3346069ba5 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Wed, 23 Mar 2016 22:18:46 +0100 > Subject: [PATCH 1/3] gnu: Add gnu-standards. > > * gnu/packages/gnu-doc.scm: New file. > * gnu-system.am: Add it. Applied. > From d115d439a8bb98e1a5fa072ad6c1ea47361e9dc0 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Sat, 26 Mar 2016 13:40:38 +0100 > Subject: [PATCH 2/3] build: allow cvs download of gnu-standards. > > * guix/build/cvs.scm (cvs-fetch): Use -z1, fixes checkout of gnustandards. > Use copy-recursively (was rename-file), allows /tmp and /gnu/store on > separate devices. I split this one into two, and realized that for me even -z1 doesn=E2=80=99t work (although -z3 works with the libffcall repo), so I changed it to -z0, which appears to be reliable. > From b781c71a1077762dbbf2e441cb6697261d05d05d Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Sat, 26 Mar 2016 13:56:14 +0100 > Subject: [PATCH 3/3] gnu: move miscfiles into gnu-doc.scm > > * gnu/packages/miscfiles.scm: Remove file. > * gnu-sytem.am: Remove it. > * gnu/packages/gnu-doc.scm (miscfiles): Move here. Applied. Thanks! Ludo=E2=80=99.