]> git.ipfire.org Git - pakfire.git/commit
Check disk space before doing some action.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2011 21:30:50 +0000 (23:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2011 21:30:50 +0000 (23:30 +0200)
commit8fe167108dc116f543c44a1756e8d4ac027df59e
treeb052b46ac0a9fd6033f58a6a4b1a9d6e37629581
parent536438d9ea2293abb2de077e38a40b0dd52f5ecb
Check disk space before doing some action.

Pakfire does now check if there is enough space to download
all package files and after that if there is enough space to
transform the transaction.
python/pakfire/packages/file.py
python/pakfire/system.py [new file with mode: 0644]
python/pakfire/transaction.py