Contributor
Tatiana Sholokhova

GNU Guix (Cuirass): Adding a web interface similar to the Hydra web interface


Mentors
Ricardo Wurmus, Gábor Boskovits, Ludovic
Organization
GNU Project

Cuirass is aimed to monitor a git repository containing Guix package definitions and build binaries from these package definitions. The state of planned builds is stored in a sqlite database but there is no convenient interface which would allow watching the current status of the build jobs.
The project “Adding a web interface similar to the Hydra web interface” focuses on exposing the Cuirass internal state through a web interface written in Guile Scheme. The Hydra web interface is a good example of the interface which has to be implemented.