- Update import command to use shell-like path expansions
- Update mock device type to avoid sdb error
- Update default templates for u3 and xu3
+
+Version 0.3.0 19 Sep 2016
+---------------------------
+- Update projects/topology file location
+- Add projects/topology param at command prompt
Buliding & installing
---------------------
+1. Change directory name with version postfix and create an orig.tar.gz
+
+ $ mv litmus litmus-0.3.0
+ $ tar cvfz litmus-0.3.0.orig.tar.gz litmus-0.3.0
+
1. Build a deb package with debuild
+ $ cd litmus-0.3.0
+ $ debuild
+
2. Install the deb package using dpkg
- $ sudo dpkg -i litmus_0.2.1-1_amd64.deb
+ $ sudo dpkg -i litmus_0.3.0-1_amd64.deb
Getting started
+litmus (0.3.0-1) unstable; urgency=low
+
+ * Update projects/topology file location
+ * Add projects/topology param at command prompt
+
+ -- Donghoon Shin <dhs.shin@samsung.com> Mon, 19 Sep 2016 12:39:00 +0900
+
litmus (0.2.1-1) unstable; urgency=low
* Update import command to use shell-like path expansions
# limitations under the License.
import os
-__version__ = '0.2.1'
+__version__ = '0.3.0'
_homedir_ = os.path.expanduser('~')
_confdir_ = os.path.join(_homedir_, '.litmus')
_duts_ = os.path.join(_confdir_, 'topology')