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: Wed, 22 Jan 2014 05:04:34
Message-Id: 1388772141.2b94638208fc2e40f765ce081b3df93b173c1559.dol-sen@gentoo
1 commit: 2b94638208fc2e40f765ce081b3df93b173c1559
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: Fri Jan 3 18:02:21 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=2b946382
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"]: