From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 082C41388BF for ; Wed, 17 Feb 2016 08:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3742021C00A; Wed, 17 Feb 2016 08:17:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6B0321C00A for ; Wed, 17 Feb 2016 08:17:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1537340C1A for ; Wed, 17 Feb 2016 08:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D5C4CEB for ; Wed, 17 Feb 2016 08:17:49 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1455696751.b663d505e734a0ad0c931f20637832546da413f3.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b663d505e734a0ad0c931f20637832546da413f3 X-VCS-Branch: master Date: Wed, 17 Feb 2016 08:17:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1df7a98b-319a-4e6c-a9b6-5cd018c7f6b3 X-Archives-Hash: 321b8e1713b8b693aff7b4df082f7572 commit: b663d505e734a0ad0c931f20637832546da413f3 Author: Brian Dolbec gentoo org> AuthorDate: Wed Feb 17 08:12:31 2016 +0000 Commit: Brian Dolbec gentoo 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 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: