# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.350 2005/10/10 20:16:52 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.351 2005/10/10 20:38:03 rocket Exp $
+
+ 10 Oct 2005; Eric Edgar <rocket@gentoo.org>
+ modules/generic_stage_target.py:
+ update autoresume logic when dealing with rsync unpack operations
10 Oct 2005; Eric Edgar <rocket@gentoo.org>
targets/support/post-kmerge.sh:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.64 2005/10/10 19:22:26 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.65 2005/10/10 20:38:03 rocket Exp $
"""
This class does all of the chroot setup, copying of files, etc. It is
if self.settings.has_key("AUTORESUME"):
- if self.settings.has_key("SEEDCACHE") and \
+ if os.path.isdir(self.settings["source_path"]) and \
os.path.exists(self.settings["autoresume_path"]+"unpack"):
print "Resume point detected, skipping unpack operation..."
unpack=False