]> git.ipfire.org Git - people/ms/pakfire.git/commit
Update pakfire-daemon:
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 11:35:33 +0000 (12:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 11:35:33 +0000 (12:35 +0100)
commitaa14071dab49bbc167db302ad2130d3f59a390c7
tree6ea9ccb68529ea1fc7ba878171c3b45deceddf37
parentc611f46b214a2bc07667200f5ae5e599291e9cf1
Update pakfire-daemon:

Build some sort of preforked worker model like Apache does.

The XMLRPC backend has been replaced by a proper API for
which urlgrabber is used.
14 files changed:
Makeconfig
python/pakfire/cli.py
python/pakfire/client.py [new file with mode: 0644]
python/pakfire/client/__init__.py [deleted file]
python/pakfire/client/base.py [deleted file]
python/pakfire/client/builder.py [deleted file]
python/pakfire/client/transport.py [deleted file]
python/pakfire/config.py
python/pakfire/daemon.py [new file with mode: 0644]
python/pakfire/distro.py
python/pakfire/downloader.py
python/pakfire/errors.py
python/pakfire/system.py
python/pakfire/transport.py [new file with mode: 0644]