summaryrefslogtreecommitdiff
path: root/README
blob: 4b02c161b300a696abbcdbc2ab450d534b87fc22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
biruda
------

The successor of 'build' (birua - Japanese for builder).

The master:
* receives build commands, orchestrates the build

The coordinator:
* manages resources (virtual machines, CPUs per chroot, etc.)

The builder:
* does the job (this can be build, test, etc.)

Requirements
------------

* biruda is written in plain C and uses libraries written in plain C.
  You need a C compiler and GNU make.
* gengetopt: for command argument line parsing
  http://www.gnu.org/software/gengetopt/gengetopt.html
* confuse: configuration library
  http://www.nongnu.org/confuse/
* nanomsg: for communication between nodes (on the same machine or on several machines)
  http://nanomsg.org/
* libmicrohttpd: for an embedded web interface
  http://www.gnu.org/software/libmicrohttpd/
* pthreads: for threading support
  http://sourceware.org/pthreads-win32/
* json-c: JSON for message payload
  https://github.com/json-c/json-c/wiki
* libdaemon: for daemonizing support on Unix
  

Other projects
--------------

* my own shell-script-based predecessor at http://github.com/Wolframe/build
* buildbot
* OpenSuseBuild service