public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/targets/
@ 2013-11-21  9:06 Brian Dolbec
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2013-11-21  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f0105a0b726047cf83c8263024c1ecf6049ce48d
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 01:02:36 2013 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Thu Nov 21 09:00:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f0105a0b

Workaround fix for bug reported by tstellar.

Will be fixed properly once config.py is migrated to configparser.

---
 catalyst/targets/livecd_stage2.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/catalyst/targets/livecd_stage2.py b/catalyst/targets/livecd_stage2.py
index 4016f57..5f6e86c 100644
--- a/catalyst/targets/livecd_stage2.py
+++ b/catalyst/targets/livecd_stage2.py
@@ -79,6 +79,9 @@ class livecd_stage2(StageBase):
 					print_traceback=True)
 
 			myf.write("\n#Added by Catalyst:")
+			# workaround until config.py is using configparser
+			if isinstance(self.settings["livecd/modblacklist"], str):
+				self.settings["livecd/modblacklist"] = self.settings["livecd/modblacklist"].split()
 			for x in self.settings["livecd/modblacklist"]:
 				myf.write("\nblacklist "+x)
 			myf.close()


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/targets/
@ 2014-01-22  5:04 Brian Dolbec
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2014-01-22  5:04 UTC (permalink / raw
  To: gentoo-commits

commit:     34fb318df8a7341b5ccc5187b07a710c6fea49ec
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 01:02:36 2013 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Fri Jan  3 18:02:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=34fb318d

Workaround fix for bug reported by tstellar.

Will be fixed properly once config.py is migrated to configparser.

---
 catalyst/targets/livecd_stage2.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/catalyst/targets/livecd_stage2.py b/catalyst/targets/livecd_stage2.py
index 4016f57..5f6e86c 100644
--- a/catalyst/targets/livecd_stage2.py
+++ b/catalyst/targets/livecd_stage2.py
@@ -79,6 +79,9 @@ class livecd_stage2(StageBase):
 					print_traceback=True)
 
 			myf.write("\n#Added by Catalyst:")
+			# workaround until config.py is using configparser
+			if isinstance(self.settings["livecd/modblacklist"], str):
+				self.settings["livecd/modblacklist"] = self.settings["livecd/modblacklist"].split()
 			for x in self.settings["livecd/modblacklist"]:
 				myf.write("\nblacklist "+x)
 			myf.close()


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-22  5:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21  9:06 [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/targets/ Brian Dolbec
  -- strict thread matches above, loose matches on Subject: below --
2014-01-22  5:04 Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox