From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f95nS-0004dO-Ed for guix-patches@gnu.org; Thu, 19 Apr 2018 05:24:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f95nO-0005Ww-Gj for guix-patches@gnu.org; Thu, 19 Apr 2018 05:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52178) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f95nO-0005Wk-CW for guix-patches@gnu.org; Thu, 19 Apr 2018 05:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f95nO-0005U4-6M for guix-patches@gnu.org; Thu, 19 Apr 2018 05:24:02 -0400 Subject: bug#31080: [PATCH 2/2] gnu: Add spindle. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludovic.courtes@inria.fr (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180411153105.GA105827@pe06.us.cray.com> <20180412084311.26870-1-pierre-antoine.rouby@inria.fr> <20180412084311.26870-2-pierre-antoine.rouby@inria.fr> <20180418150711.GM105827@pe06.us.cray.com> Date: Thu, 19 Apr 2018 11:22:59 +0200 In-Reply-To: <20180418150711.GM105827@pe06.us.cray.com> (Eric Bavier's message of "Wed, 18 Apr 2018 10:07:11 -0500") Message-ID: <87o9ifmtxo.fsf@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Eric Bavier Cc: 31080-done@debbugs.gnu.org, Rouby Pierre-Antoine Hello, Eric Bavier skribis: > On Thu, Apr 12, 2018 at 10:43:11AM +0200, Rouby Pierre-Antoine wrote: >> * gnu/packages/admin.scm (spindle): New variable. >> --- >> gnu/packages/admin.scm | 30 ++++++++++++++++++++++++++++++ >> 1 file changed, 30 insertions(+) >>=20 > > These look good to me now. IMO they can be pushed now, and we can fix > any bugs with actual usage once those tests are done. Alright, applied. Thanks for reviewing Eric, and thanks for these first patches P-A! Ludo=E2=80=99.