From 1b7f20604f0e5a0833b3dec5e821d16fcd923580 Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Thu, 7 Jun 2012 17:43:23 +0800 Subject: [PATCH] bump up version to 0.11 disable bootstrap in this release Signed-off-by: Gui Chen --- VERSION | 2 +- distfiles/mic.spec | 2 +- mic/creator.py | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 68c123c..51176c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10 +0.11 diff --git a/distfiles/mic.spec b/distfiles/mic.spec index 327a7e4..168fcb3 100644 --- a/distfiles/mic.spec +++ b/distfiles/mic.spec @@ -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 diff --git a/mic/creator.py b/mic/creator.py index e97ccf4..4c980e6 100644 --- a/mic/creator.py +++ b/mic/creator.py @@ -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 -- 2.7.4