Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/
Date: Thu, 26 Feb 2015 20:13:06
Message-Id: 1424978120.276c6969c79c810b059f525dd218b6b6271a967a.dolsen@gentoo
1 commit: 276c6969c79c810b059f525dd218b6b6271a967a
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 1 06:33:15 2013 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 19:15:20 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=276c6969
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 acffb05..b492e6a 100644
16 --- a/catalyst/targets/netboot2.py
17 +++ b/catalyst/targets/netboot2.py
18 @@ -137,7 +137,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"] \