Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:rewrite-on-master commit in: catalyst/targets/
Date: Fri, 22 Nov 2013 07:13:30
Message-Id: 1385100109.539c0760038efc6ea5ae3924ca4d3b040c45b2aa.dol-sen@gentoo
1 commit: 539c0760038efc6ea5ae3924ca4d3b040c45b2aa
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 1 06:33:15 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Fri Nov 22 06:01:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=539c0760
7
8 Fix a long line.
9
10 ---
11 catalyst/targets/netboot2.py | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/catalyst/targets/netboot2.py b/catalyst/targets/netboot2.py
15 index 6588643..59c82a9 100644
16 --- a/catalyst/targets/netboot2.py
17 +++ b/catalyst/targets/netboot2.py
18 @@ -138,7 +138,8 @@ class netboot2(StageBase):
19 # we're going to shell out for all these cleaning operations,
20 # so we get easy glob handling
21 print "netboot2: removing " + x
22 - os.system("rm -rf " + self.settings["chroot_path"] + self.settings["merge_path"] + x)
23 + os.system("rm -rf " + self.settings["chroot_path"] +
24 + self.settings["merge_path"] + x)
25
26 def empty(self):
27 if "autoresume" in self.settings["options"] \