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 7A442138247 for ; Tue, 31 Dec 2013 10:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E99DE0AAE; Tue, 31 Dec 2013 10:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 846AEE09E0 for ; Tue, 31 Dec 2013 10:48:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DD9033F7C9 for ; Tue, 31 Dec 2013 10:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F3E8BE5539 for ; Tue, 31 Dec 2013 10:48:40 +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: <1388486292.110583e6cb81ecf4547e976d72a7e76a85d355ea.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 110583e6cb81ecf4547e976d72a7e76a85d355ea X-VCS-Branch: 3.0 Date: Tue, 31 Dec 2013 10:48:40 +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: 917864b8-239d-4a0d-8029-4befdd9c9332 X-Archives-Hash: 576e8e7111282be76cf6fdc9e3eb3b8d commit: 110583e6cb81ecf4547e976d72a7e76a85d355ea Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 31 10:26:14 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Dec 31 10:38:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=110583e6 Remove some dead code --- catalyst/base/stagebase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 2e64b6e..a0b3fc2 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -497,8 +497,6 @@ class StageBase(TargetBase, ClearBase, GenBase): "setup_confdir","portage_overlay",\ "base_dirs","bind","chroot_setup","setup_environment",\ "run_local","preclean","unbind","clean"] -# if "TARBALL" in self.settings or \ -# "fetch" not in self.settings["options"]: if "fetch" not in self.settings["options"]: self.settings["action_sequence"].append("capture") if "keepwork" in self.settings["options"]: