commit:     b663d505e734a0ad0c931f20637832546da413f3
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 08:12:31 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 08:12:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b663d505

catalyst/base/stagebase.py: Fix commit 7536857c1a seedcache handling

I mistakenly added the file_check() use in this if block breaking seedcache use.

SHA: 7536857c1a14d2eec224e80ba96ab9f3091e0d1c
Subject: Make the new compress code handling compatible with existing specs
Author: Brian Dolbec <dolsen <AT> gentoo.org> (Mon 07 Sep 2015 05:35:41 PM PDT)

 catalyst/base/stagebase.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 002839e..98e0477 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -730,8 +730,6 @@ class StageBase(TargetBase, ClearBase, GenBase):
                                # Autoresume is invalid, SEEDCACHE
                                _unpack=True
                                invalid_snapshot=True
-                               # check and reset the unpack_info['source']
-                               unpack_info['source'] = 
file_check(unpack_info['source'])
 
                        elif os.path.isfile(self.settings["source_path"]) \
                                and 
self.settings["source_path_hash"]!=clst_unpack_hash:

Reply via email to