package builder

  1. Overview
  2. Docs
Scheduling and executing shell jobs

Install

Dune Dependency

Authors

Maintainers

Sources

builder-0.3.0.tbz
sha256=0e823f6ab0084ab21f4ee44ca2f2aa7d001d3d55970cab58791fbc13022691ea
sha512=9d7359402eafd997db0b6b71ba49e49961d554c706717632d75f611924ab1cfa9f4ecd11a4a89adc46d3cce0b49c64bba360462be3e3a6694f4e64fce07d27fd

CHANGES.md.html

v0.3.0 (2021-11-11)

  • server: unstuck waiting workers when a new queue is created for a platform

  • server: warn when a worker requests a job for a new platform when a template does not exist

  • server: improve logging of workers (always prefix uuid)

  • worker: kill process group when server communication fails

  • worker: collect output on any exit code

  • client: observe-latest has optional platform and job_name arguments

  • client: execute has an optional platform argument

  • Debian and FreeBSD packaging improvements

v0.2.0 (2021-11-04)

  • Client: print relative timestamp for worker output

  • Client: report result of command execution

  • Add platform string to jobs (supporting one server for multiple heterogenous workers)

  • Debian packaging: add "builder" user, create /var/lib/builder, use 0644 for service scripts and metadata

  • Worker: simplify and unify failure behaviour (exit on error)

  • Revise communication protocol (breaks backwards compatibility)

v0.1.2 (2021-10-25)

  • Avoid deprecated functions of Fmt (#14 @hannesm)

  • Drop rresult dependency (#14 @hannesm)

v0.1.1 (2021-09-28)

  • Create and reuse a singe happy_eyeballs state in the server (#13 @hannesm)

v0.1.0 (2021-09-14)

  • Initial public release