This email list is read-only. Emails sent to this list will be discarded
----------------------------------
debian/changelog | 3 ++-
libs/SDK.py | 3 ---
2 files changed, 2 insertions(+), 4 deletions(-)
New commits:
commit f8cb32a27368b2e937d80a88e48e1a01c58045e4
Author: Mitsutaka Amano <[EMAIL PROTECTED]>
Date: Fri Aug 22 20:51:38 2008 +0900
* Droped backwords compatibility codes.
Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 8595bb2..b36f983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -140,8 +140,9 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
* Fixed some Makefile.am to entried .empty file. It can correspond only
Makefile.am. so Removed a .empty file.
* Merged from UME patches. Based patch file is
moblin-image-creator-0.44+repack/debian/patches/73_create-kernel-img-conf.patch.
Thanks to Loic Minier <[EMAIL PROTECTED]>.
* Merged from UME patches. Based patch file is
moblin-image-creator-0.44+repack/debian/patches/74_boot-is-really-boot.patch.
Thanks to Loic Minier <[EMAIL PROTECTED]>.
+ * Droped backwords compatibility codes.
- -- Mitsutaka Amano <[EMAIL PROTECTED]> Fri, 22 Aug 2008 19:05:15 +0900
+ -- Mitsutaka Amano <[EMAIL PROTECTED]> Fri, 22 Aug 2008 20:50:07 +0900
moblin-image-creator (0.44) gaston; urgency=low
diff --git a/libs/SDK.py b/libs/SDK.py
index 1b8e9d6..a20284b 100755
--- a/libs/SDK.py
+++ b/libs/SDK.py
@@ -177,9 +177,6 @@ class SDK(object):
self.projects = {}
self.obsolete_projects = set()
directories = [ os.path.join(self.config_path, x) for x in
os.listdir(self.config_path) ]
- if os.path.exists(os.path.join(self.path, 'projects')):
- old_directories = [ os.path.join(self.path, 'projects', x) for x
in os.listdir(os.path.join(self.path, 'projects')) ]
- directories.extend(old_directories)
for filename in directories:
full_path = os.path.join(self.config_path, filename)
full_path = filename
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits