Ticket Hash: | a706ae9e4f845b6c29671eb546514e1ec55a038f | |||
Title: | Itemmap handling of % | |||
Status: | Open | Type: | Code_Defect | |
Severity: | Severe | Priority: | ||
Subsystem: | Resolution: | |||
Last Modified: | 2015-08-28 09:57:14 | |||
Version Found In: | 1.6023 | |||
Description: | ||||
When using itemmap and mode itemwait, if the mapped item contains a '%' the itemwait is behaving like toplevel - it is not starting the item when its dependencies have been met.
Example, TESTA (waiton TESTB, mode itemwait) ITEM1/fluff ITEM2/fluff TESTB repo/ITEM1 repo/ITEM2 If I use itemmap to convert ITEM1/fluff to %/ITEM1, TESTA/ITEM1/fluff does not start until all items in TESTB are complete. |