Skip to content

CM4all/workshop

Repository files navigation

Workshop

Workshop is a daemon which executes jobs from a queue stored in a PostgreSQL database. Multiple instances can run in parallel on different hosts.

For more information, read the manual in the doc directory.

Building Workshop

You need:

Optional dependencies:

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies (dpkg-checkbuilddeps), run:

dpkg-buildpackage -rfakeroot -b -uc -us