[Fedora-livecd-list] [PATCH] -Make-use-of-python-logging-API-for-debug-messages3

2008-05-21 Thread huff
--- imgcreate/__init__.py |4 ++- imgcreate/creator.py |5 ++- imgcreate/debug.py| 87 + imgcreate/live.py |4 +- imgcreate/yuminst.py |3 +- tools/image-creator |7 +++- tools/livecd-creator |7 +++- 7 files ch

Re: [Fedora-livecd-list] [PATCH] -Make-use-of-python-logging-API-for-debug-messages3

2008-05-21 Thread Jeremy Katz
Thanks, applied Jeremy -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd-list

[Fedora-livecd-list] imgcreate/creator.py imgcreate/debug.py imgcreate/__init__.py imgcreate/live.py imgcreate/yuminst.py tools/image-creator tools/livecd-creator

2008-05-21 Thread Jeremy Katz
imgcreate/__init__.py |4 +- imgcreate/creator.py |5 +- imgcreate/debug.py| 86 ++ imgcreate/live.py |4 +- imgcreate/yuminst.py |3 + tools/image-creator |7 ++-- tools/livecd-creator |7 ++-- 7 files changed,

[Fedora-livecd-list] [PATCH] Refactor disk/mount classes to allow multi-partition/fs layouts

2008-05-21 Thread huff
I have broken this patch in to two separate patches: Refactor-disk-mount-classes-to-allow-multi-partitio.patch fs.py-kickstart.py-chages-for-mulit-partitions.patch Both depend on the python logging patch and the later, multi partition patch, depends on the Refactor patch. I have tested each in

[Fedora-livecd-list] [PATCH] -Refactor-disk-mount-classes-to-allow-multi-partitions

2008-05-21 Thread huff
--- imgcreate/creator.py | 17 ++-- imgcreate/fs.py | 250 -- imgcreate/live.py|6 +- 3 files changed, 175 insertions(+), 98 deletions(-) diff --git a/imgcreate/creator.py b/imgcreate/creator.py index febb847..7ccbef9 100644 --- a/im

[Fedora-livecd-list] [PATCH] -fs.py-kickstart.py-chages-for-mulit-partitions

2008-05-21 Thread huff
--- imgcreate/fs.py| 223 +++- imgcreate/kickstart.py |4 + 2 files changed, 225 insertions(+), 2 deletions(-) diff --git a/imgcreate/fs.py b/imgcreate/fs.py index 314a776..aaff4c3 100644 --- a/imgcreate/fs.py +++ b/imgcreate/fs.py @@ -357,