bump up version to 0.11 0.11
authorGui Chen <gui.chen@intel.com>
Thu, 7 Jun 2012 09:43:23 +0000 (17:43 +0800)
committerGui Chen <gui.chen@intel.com>
Thu, 7 Jun 2012 10:22:45 +0000 (18:22 +0800)
disable bootstrap in this release

Signed-off-by: Gui Chen <gui.chen@intel.com>
VERSION
distfiles/mic.spec
mic/creator.py

diff --git a/VERSION b/VERSION
index 68c123cf10e0a36b6036c9fbc30275960d19e749..51176c7c891c45403eab9e0cf753cbab19dc2442 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.10
+0.11
index 327a7e4d90e2fc5ee04a8678270d258ca973b1b0..168fcb3357066cd5fdb7246b5ac74c12f73c54f9 100644 (file)
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.10
+Version:    0.11
 Release:    1
 Group:      System/Base
 License:    GPLv2
index e97ccf43b768d9866c4fd401214eab8879dec2d9..4c980e65a1e63a8bff4a99254a6931ae93266151 100644 (file)
@@ -200,9 +200,6 @@ class Creator(cmdln.Cmdln):
         if self.options.pkgmgr is not None:
             configmgr.create['pkgmgr'] = self.options.pkgmgr
 
-        if self.options.runtime:
-            configmgr.create['runtime'] = self.options.runtime
-
         if self.options.pack_to is not None:
             configmgr.create['pack_to'] = self.options.pack_to