[TIC-Core] handle dscription data, show other blocks in block 31/125031/2
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 13 Apr 2017 11:08:33 +0000 (20:08 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 13 Apr 2017 11:26:27 +0000 (20:26 +0900)
commit54fc68208a16636f09154ad2ccbdd980441ca7c2
treef44b84d26c3853f3b608d131ee7a6b84280cf4ec
parent9db41777008e06ac8800a6001047e7fe8bdca76a
[TIC-Core] handle dscription data, show other blocks in block

These are emergency implementation for TDC demo/keynotes
The syntax (__KS_URL__, __EXPAND__) can be changed later.

1. %description / __KS_URL__: URL

   allows to link KS (to extract ks script except for %packages) from a block.
TODO: if there are two blocks with ks, ignore one with warning. (and warning at choose)
TODO: apply the content from the URL to recipe for MIC

2. %description / __EXPAND__

   allows to expand the block by default at the load of TIC
TODO: in, __EXPAND: {str}, handle {str} AFTER filter-tab is implemented

3. Allow to show blocks that is not children.

Change-Id: If9e7b9ad92aa65b6e0f1d894a588b85bc2905bc3
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tic/parser/view_parser.py