mic

tizen-mic:release-0.24

Last commit made on 2015-04-29
Get this branch:
git clone -b release-0.24 https://git.launchpad.net/tizen-mic

Branch merges

Branch information

Name:
release-0.24
Repository:
lp:tizen-mic

Recent commits

c40f373... by Lihong Sun <email address hidden>

bump up to 0.24.5

Note: This is only a patch for trying release process.

Change-Id: Ib6eccdcaed955a5292c0112b3b05e489445added

599a6a2... by Lihong Sun <email address hidden>

bump up to 0.24.5

Change-Id: I812610871b3836993d3431ef99ea938ab31f9f92

6f1a807... by Lihong Sun <email address hidden>

Add copyright to files that miss copyright

Fixes: #2250

Change-Id: I4e1fa970229b460053671c325ba469a542f83806

a316846... by Gui Chen <email address hidden>

fix Package_constPtr AttributeError: status

actually the modified 'item' should be PoolItem, which has 'status',
instead of Package

Change-Id: Ib29bc770281a5d32773a2165c65cc6c4431cb51b
Signed-off-by: Gui Chen <email address hidden>

bed1fbe... by Huanhuan Li <email address hidden>

typo fix

Change-Id: Id451840526902cbca9e5dd6a4cd0b730bb2bebfa

b71a237... by Huanhuan Li <email address hidden>

Add unitest for mic/archive.py

Change-Id: Ic75ef5a31a5b935958de7eaa3f2995dfdaad86ef

31132c4... by Huanhuan Li <email address hidden>

Make the error more precise

Change-Id: I11879de8063534eb5a59b80edbfcd9a73aefdc5d

81b5dbd... by Huanhuan Li <email address hidden>

Fix pylint tips

Change-Id: Id323538fd9bb643bdf4d5f94e77f7578eb85f14e
C: 1,0: Missing docstring
E: 19,0: No name '__version__' in module 'mic'
E: 20,0: No name 'utils' in module 'mic'
E: 21,0: No name 'conf' in module 'mic'
E: 22,0: No name 'plugin' in module 'mic'
W:101,14:MicCmd.help_create: Access to a protected member _help_reindent of a client class
W:102,14:MicCmd.help_create: Access to a protected member _help_preprocess of a client class
R: 94,4:MicCmd.help_create: Method could be a function
C:108,4:MicCmd.do_create: Missing docstring
R:108,4:MicCmd.do_create: Method could be a function
C:112,4:MicCmd._root_confirm: Missing docstring
R:112,4:MicCmd._root_confirm: Method could be a function
R:120,4:MicCmd.do_convert: Too many local variables (16/15)
E:148,8:MicCmd.do_convert: Instance of 'ConfigMgr' has no 'convert' member
W:120,25:MicCmd.do_convert: Unused argument 'subcmd'
R:120,4:MicCmd.do_convert: Too many branches (16/12)
E:216,8:MicCmd.do_chroot: Instance of 'ConfigMgr' has no 'chroot' member
W:192,24:MicCmd.do_chroot: Unused argument 'subcmd'

e0a0f75... by Sun Lihong <email address hidden>

Add more log info to show compress command.

Fixes: #1880

Change-Id: I9d81991364aaa57504777e530ba75129dbbcf0f8

5d04e50... by Huanhuan Li <email address hidden>

Raise exception if fail to extract archived file

It's meaningless to return the value if the source archive name exists

Change-Id: Ifc06a09243c56d6035ef233debd9267f053669e0