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:48
Message-Id: 1388486285.4dcffb8ee95f06a89eb80797b8a3406ba643c029.dol-sen@gentoo
1 commit: 4dcffb8ee95f06a89eb80797b8a3406ba643c029
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 09:06:19 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 31 10:38:05 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=4dcffb8e
7
8 Comment out some debug prints.
9
10 ---
11 catalyst/base/stagebase.py | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
15 index 2f00882..2e64b6e 100644
16 --- a/catalyst/base/stagebase.py
17 +++ b/catalyst/base/stagebase.py
18 @@ -762,9 +762,9 @@ class StageBase(TargetBase, ClearBase, GenBase):
19 if "autoresume" in self.settings["options"]:
20 print "No Valid Resume point detected, cleaning up..."
21
22 - print "unpack() clear_autoresume"
23 + #print "unpack() clear_autoresume"
24 self.clear_autoresume()
25 - print "unpack() clear_chroot()"
26 + #print "unpack() clear_chroot()"
27 self.clear_chroot()
28
29 ensure_dirs(self.settings["chroot_path"])