From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [ANN] Emacs-Build-Farm 0.2 Date: Tue, 28 Aug 2018 12:53:49 +0300 Message-ID: <87efeiakb6.fsf@gmail.com> 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]:55098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuahC-0007EC-Hn for guix-devel@gnu.org; Tue, 28 Aug 2018 05:53:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuah7-0007kp-MR for guix-devel@gnu.org; Tue, 28 Aug 2018 05:53:58 -0400 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:34625) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fuah7-0007je-CO for guix-devel@gnu.org; Tue, 28 Aug 2018 05:53:53 -0400 Received: by mail-wm0-x235.google.com with SMTP id m199-v6so1441099wma.1 for ; Tue, 28 Aug 2018 02:53:53 -0700 (PDT) Received: from leviafan ([217.107.194.7]) by smtp.gmail.com with ESMTPSA id 199-v6sm1269342wmp.37.2018.08.28.02.53.50 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Aug 2018 02:53:51 -0700 (PDT) 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" To: guix-devel@gnu.org Hello, Let me announce Emacs-Build-Farm =E2=80=93 Emacs interface for Hydra and Cu= irass (build farms used by Nix and Guix). This is a successor of "guix-hydra-=E2=80=A6" code from =E2=80=98emacs-guix=E2=80=99 package. It can be installed from Guix (after "guix pull"): guix package -i emacs-build-farm In short, Emacs-Build-Farm allows you to look at: - projects (only for Hydra*) - jobsets - builds - evaluations (only for Cuirass**) * Cuirass does not have a notion of 'project'. ** Hydra evaluations are not supported because of . As for Cuirass, API for evaluations is very limited: the only thing you can get is the latest evaluations with a minimal info on them. The entry point is "M-x build-farm". It provides a Magit-like popup interface for the available features. Alternatively, you can use the following M-x commands directly: - build-farm-latest-evaluations - build-farm-latest-builds - build-farm-queued-builds - build-farm-build - build-farm-jobsets - build-farm-projects - build-farm-project --=20 Alex