3 commits - liveusb-creator liveusb/creator.py liveusb/gui.py

Luke Macken lmacken at fedoraproject.org
Sun Feb 28 21:40:46 UTC 2010


 liveusb-creator    |    2 +-
 liveusb/creator.py |    4 ++--
 liveusb/gui.py     |   10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 70eddec2c90f167e31fb1cf7d2ad9910c2c07a74
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun Feb 28 16:40:08 2010 -0500

    Disable the format method until it works, because it's causing some issues now

diff --git a/liveusb/gui.py b/liveusb/gui.py
index 533453d..b437573 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -157,9 +157,9 @@ class LiveUSBThread(QtCore.QThread):
         self.live.log.addHandler(handler)
         now = datetime.now()
         try:
-            if self.parent.opts.format:
-                self.live.unmount_device()
-                self.live.format_device()
+            #if self.parent.opts.format:
+            #    self.live.unmount_device()
+            #    self.live.format_device()
 
             # Initialize zip-drive-compatible geometry
             #if self.parent.opts.zip:


commit df76b4e2971981f7d856da2f000aa7ccc6180eab
Merge: f05602e... 0056566...
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun Feb 28 16:40:39 2010 -0500

    Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator



commit f05602ecda5999aff9dbd649cbaf0b856d4d12d3
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun Feb 21 23:13:11 2010 -0500

    Update our copyright

diff --git a/liveusb-creator b/liveusb-creator
index 210b7a4..4aaa794 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -1,7 +1,7 @@
 #!/usr/bin/python -tt
 # coding: utf-8
 #
-# Copyright © 2008  Red Hat, Inc. All rights reserved.
+# Copyright © 2008-2010  Red Hat, Inc. All rights reserved.
 #
 # This copyrighted material is made available to anyone wishing to use, modify,
 # copy, or redistribute it subject to the terms and conditions of the GNU
diff --git a/liveusb/creator.py b/liveusb/creator.py
index 5521ac5..02d455d 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright © 2008-2009  Red Hat, Inc. All rights reserved.
-# Copyright © 2008-2009  Luke Macken <lmacken at redhat.com>
+# Copyright © 2008-2010  Red Hat, Inc. All rights reserved.
+# Copyright © 2008-2010  Luke Macken <lmacken at redhat.com>
 #
 # This copyrighted material is made available to anyone wishing to use, modify,
 # copy, or redistribute it subject to the terms and conditions of the GNU
diff --git a/liveusb/gui.py b/liveusb/gui.py
index 48a3c90..533453d 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright © 2008-2009  Red Hat, Inc. All rights reserved.
-# Copyright © 2008-2009  Luke Macken <lmacken at redhat.com>
+# Copyright © 2008-2010  Red Hat, Inc. All rights reserved.
+# Copyright © 2008-2010  Luke Macken <lmacken at redhat.com>
 # Copyright © 2008  Kushal Das <kushal at fedoraproject.org>
 #
 # This copyrighted material is made available to anyone wishing to use, modify,




More information about the liveusb-creator mailing list