[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ANN] Emacs-Build-Farm 0.2
From: |
Alex Kost |
Subject: |
[ANN] Emacs-Build-Farm 0.2 |
Date: |
Tue, 28 Aug 2018 12:53:49 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
Let me announce Emacs-Build-Farm – Emacs interface for Hydra and Cuirass
(build farms used by Nix and Guix). This is a successor of
"guix-hydra-…" code from ‘emacs-guix’ 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
<https://github.com/NixOS/hydra/issues/582>. 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
--
Alex
- [ANN] Emacs-Build-Farm 0.2,
Alex Kost <=