]> git.decadent.org.uk Git - dak.git/commit
add module for filesystem transactions
authorAnsgar Burchardt <ansgar@debian.org>
Thu, 24 May 2012 13:45:22 +0000 (15:45 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Fri, 1 Jun 2012 15:26:50 +0000 (17:26 +0200)
commit4d8b174b33c1816762251a27dc9325138c8d8f6b
tree69a06f75000c045091b7eec255fbd76c4d92ff63
parent04c332f3fa9936f457a4c78ec6f72ca7faea0a82
add module for filesystem transactions

daklib.fstransactions allows to copy, remove, and move files around in
transactions, that is all operations will succeed or be reverted.
daklib/fstransactions.py [new file with mode: 0644]
tests/test_daklib_fstransactions.py [new file with mode: 0755]