]> git.ipfire.org Git - pakfire.git/commit
Add cgroup support.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Apr 2012 17:41:48 +0000 (19:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Apr 2012 17:41:48 +0000 (19:41 +0200)
commit2b6cc06d4e5b0ad7f029746f765f9d22c57a0c51
tree19d970c1a9622a16704375a5dff1511957bb7c1c
parent29335d872898255421538d468c7ee8e2ca4b43e5
Add cgroup support.

If the kernel of the host system has the ability to support
cgroups, pakfire can make benefit from them.

Build processes will be put into one big group.
python/pakfire/builder.py
python/pakfire/cgroup.py [new file with mode: 0644]
python/pakfire/chroot.py