Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.21 KB

README.rst

File metadata and controls

50 lines (34 loc) · 1.21 KB

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