Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/base/
Date: Tue, 31 Dec 2013 10:48:49
Message-Id: 1388486292.110583e6cb81ecf4547e976d72a7e76a85d355ea.dol-sen@gentoo
1 commit: 110583e6cb81ecf4547e976d72a7e76a85d355ea
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 10:26:14 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 31 10:38:12 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=110583e6
7
8 Remove some dead code
9
10 ---
11 catalyst/base/stagebase.py | 2 --
12 1 file changed, 2 deletions(-)
13
14 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
15 index 2e64b6e..a0b3fc2 100644
16 --- a/catalyst/base/stagebase.py
17 +++ b/catalyst/base/stagebase.py
18 @@ -497,8 +497,6 @@ class StageBase(TargetBase, ClearBase, GenBase):
19 "setup_confdir","portage_overlay",\
20 "base_dirs","bind","chroot_setup","setup_environment",\
21 "run_local","preclean","unbind","clean"]
22 -# if "TARBALL" in self.settings or \
23 -# "fetch" not in self.settings["options"]:
24 if "fetch" not in self.settings["options"]:
25 self.settings["action_sequence"].append("capture")
26 if "keepwork" in self.settings["options"]: