From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1p6s-0006fR-Dh for guix-patches@gnu.org; Fri, 30 Mar 2018 04:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1p6o-00088m-Du for guix-patches@gnu.org; Fri, 30 Mar 2018 04:10:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51429) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1p6o-00088i-Ad for guix-patches@gnu.org; Fri, 30 Mar 2018 04:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f1p6o-0000YE-5V for guix-patches@gnu.org; Fri, 30 Mar 2018 04:10:02 -0400 Subject: [bug#30950] [PATCH shepherd]: Update required guile version, and remove some hacks Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87lgefuk4o.fsf@zancanaro.id.au> <87605evdva.fsf@gnu.org> <20180329203125.GA19903@jasmine.lan> <87po3md0nv.fsf@zancanaro.id.au> Date: Fri, 30 Mar 2018 10:09:32 +0200 In-Reply-To: <87po3md0nv.fsf@zancanaro.id.au> (Carlo Zancanaro's message of "Fri, 30 Mar 2018 08:36:36 +1100") Message-ID: <87bmf6q91f.fsf@gnu.org> 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: Carlo Zancanaro Cc: 30950@debbugs.gnu.org Hello, Carlo Zancanaro skribis: > On Thu, Mar 29 2018, Leo Famulari wrote: >> Welcome! Please make sure to read the HACKING file in our Git repo >> :) > > Does the Guix HACKING file apply to the Shepherd, too?=20 Yeah, I think we should follow the same rules, roughly. > In particular, it doesn't look like commits on the Shepherd are > signed? Indeed, now=E2=80=99s the time to fix it! Ludo=E2=80=99.