git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1399
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 21 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/catalyst_lock.py:
+ Fix a small typo. Thanks to Justin Bronder <jsbronder@gentoo.org> for
+ pointing it out.
+
17 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/livecd-stage2/livecd-stage2-controller.sh:
We should be matching all possible LIBDIRs, so make sure we do that.
class LockDir:
locking_method=fcntl.flock
lock_dirs_in_use=[]
- die_on_faile_lock=True
+ die_on_failed_lock=True
def __del__(self):
self.clean_my_hardlocks()
self.delete_lock_from_path_list()