diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-19 19:42:13 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-19 19:42:13 +0900 |
commit | 885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a (patch) | |
tree | cc0e40a5853b33fbbcbd059c3c276ef830f1bc8b /RULES | |
parent | 84dec81d75f393ac3df353a7ca7f28712789c29b (diff) | |
download | building-blocks-885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a.tar.gz building-blocks-885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a.tar.bz2 building-blocks-885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a.zip |
RULE: EXPAND Syntax Updatesubmit/tizen/20170420.035842accepted/tizen/unified/20170420.054940
Change-Id: I6f16d9aa74e43fbbc478f951f17c96933fa6c2fe
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'RULES')
-rw-r--r-- | RULES | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -136,11 +136,17 @@ the model ks file URL to be interpreted by TIC. 5.7.3. The section of "%packages" in the linked ks file is ignored. 5.7.4. If the URL points to a directory index, any ks file in the directory can be used. (ending with /) + 5.7.5. Adding __KS_URL__ requires consulting building-block maintainers and + release engineers to ensure its availability. 5.8. If the first line of %description starts with __EXPAND__, the block is expanded in TIC as default 5.8.1. A following word of __EXPAND__ may denote keywords for TIC that show when to expand and collapse. - e.g., __EXPAND__: TAB1 (expanded with preset tab only) - e.g., __EXPAND__: TAB1_O (expanded with preset tab, collapsed with others) + e.g., __EXPAND__: preset (expanded with preset tab) + e.g., __EXPAND__: all (expanded with all tab) + 5.8.2. Using __EXPAND__ option requires consulting with building-block maintainers + 5.8.3. Using __EXPAND__ is allowed only for root blocks + + |