Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 100)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#103 fixed kmk: Add host OS version variables bird bird
Description

Adding a set of variables for exposing the host (kernel) version would be nice.

#73 fixed kmk: Add generic loop functions $(for ) and $(while ). bird bird
Description

$(for init,condition,next,body) The init part is evaluate up front (no extra expansion). The condition part is a kmk-expression and is evaluate before each iteration. The body is expanded and added to the output, the output from each iteration is separated by a space. The next part is evaluated at the end of each iteration (no extra expansion).

$(while condition,body - Similar to $(for ) with empty init and next.

#108 fixed kmk: Add function for getting the variable fileinfo bird bird
Description

To supplement flavor and origin. Useful for assertions.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.