]> git.ipfire.org Git - pakfire.git/commit
Rewrite code that forks subprocesses.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Oct 2012 19:18:51 +0000 (21:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Oct 2012 19:18:51 +0000 (21:18 +0200)
commit64ffcd37932a3fe0761df79bf4beb44dc54b9e11
treeef0b1e58ca2c8f264346cc9858f3ade9a0967372
parent5e78c784c145d03d6b90a4659acc3bfa50870d32
Rewrite code that forks subprocesses.

There is nothing too new here, but the old code has
been cleaned up and been put into a shiny new class. :)
python/pakfire/actions.py
python/pakfire/builder.py
python/pakfire/chroot.py [deleted file]
python/pakfire/errors.py
python/pakfire/packages/lexer.py
python/pakfire/packages/make.py
python/pakfire/shell.py [new file with mode: 0644]