]> git.ipfire.org Git - pakfire.git/commit - python/pakfire/server.py
Huge change: Introduce pakfire-client and -daemon.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Jan 2012 10:13:23 +0000 (11:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jan 2012 21:47:30 +0000 (22:47 +0100)
commitc62d93f14f200f9c7915c473d06486da307d96c2
treefba5e2384b721fae993d3acda74c751d90676ccc
parent66e94ef08139f27dbab0777a89b024b527f42c60
Huge change: Introduce pakfire-client and -daemon.

This introduces the pakfire-client and the daemon which
communicate both with the pakfire build service.

The client is for users, that can send new builds to the
service.

The daemon fetches build jobs from the build service,
builds them and uploades the binary packages.
23 files changed:
Makeconfig
Makefile
examples/pakfire-client.conf [new file with mode: 0644]
examples/pakfire-daemon.conf [new file with mode: 0644]
po/pakfire.pot
python/pakfire/api.py
python/pakfire/builder.py
python/pakfire/cli.py
python/pakfire/client/__init__.py [new file with mode: 0644]
python/pakfire/client/base.py [new file with mode: 0644]
python/pakfire/client/builder.py [new file with mode: 0644]
python/pakfire/client/test.py [new file with mode: 0644]
python/pakfire/client/transport.py [new file with mode: 0644]
python/pakfire/config.py
python/pakfire/constants.py
python/pakfire/packages/base.py
python/pakfire/packages/make.py
python/pakfire/packages/packager.py
python/pakfire/server.py
python/pakfire/system.py
python/pakfire/util.py
tools/Makefile
tools/pakfire-multicall.py