Skip to content

CM4all/workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c7ca40 · Feb 18, 2025
Jul 10, 2024
Feb 18, 2025
Feb 18, 2025
Feb 18, 2025
Apr 17, 2023
Feb 13, 2025
Feb 5, 2025
Feb 13, 2025
Aug 11, 2022
Apr 6, 2022
Jan 19, 2024
Mar 2, 2023
Nov 12, 2024
Feb 18, 2025
Nov 2, 2023

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