# Distributed under the GPL v2
# $Id$
+ 18 Sep 2009; Andrew Gaffney <agaffney@gentoo.org>
+ modules/catalyst/target/generic_stage.py:
+ Fix typo for Gentoo bug #285484
+
14 Sep 2009; Andrew Gaffney <agaffney@gentoo.org>
modules/catalyst/target/generic_stage.py:
Rewrite unpack_snapshot() to suck less
def unpack_snapshot(self):
if "SNAPCACHE" in self.settings:
snapshot_cache_hash = catalyst.util.readfile(self.settings["snapshot_cache_path"] + "catalyst-hash")
- if snapshot_cache_hash = self.settings["snapshot_path_hash"]:
+ if snapshot_cache_hash == self.settings["snapshot_path_hash"]:
msg("Valid snapshot cache, skipping unpack of portage tree...")
return