From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuG4v-00042S-Tz for guix-patches@gnu.org; Mon, 27 Aug 2018 07:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuG4r-0003Ap-Tg for guix-patches@gnu.org; Mon, 27 Aug 2018 07:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fuG4r-0003Af-Nv for guix-patches@gnu.org; Mon, 27 Aug 2018 07:53:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fuG4r-0000T4-LC for guix-patches@gnu.org; Mon, 27 Aug 2018 07:53:01 -0400 Subject: [bug#32532] [PATCH] Add emacs-build-farm Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87o9dpgy6b.fsf@gmail.com> Date: Mon, 27 Aug 2018 13:52:24 +0200 In-Reply-To: <87o9dpgy6b.fsf@gmail.com> (Alex Kost's message of "Sun, 26 Aug 2018 14:33:16 +0300") Message-ID: <87zhx89gcn.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: Alex Kost Cc: 32532@debbugs.gnu.org Hi Alex, Alex Kost skribis: > This emacs package provides an interface for Hydra and Cuirass build > farms. AFAICT it supports everything that Cuirass and Hydra APIs > currently provide. > > It is a replacement for the old 'guix-hydra-=E2=80=A6' stuff from 'emacs-= guix' > package (which will be removed in next Emacs-Guix release). Awesome! > From dc933a2cb96b562c16580b6fb8d79e55f3535e92 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sun, 26 Aug 2018 14:27:33 +0300 > Subject: [PATCH] gnu: Add emacs-build-farm. > > * gnu/packages/emacs.scm (emacs-build-farm): New variable. LGTM! Regarding the code, I=E2=80=99m interested in adding new features to (guix = ci), the client module for Cuirass/Hydra. Just mentioning it in case it=E2=80= =99s something that would make sense to share with emacs-build-farm. Thanks, Ludo=E2=80=99.