Release 0.30
-
INCOMPATIBLE-CHANGE (#26)
Thenon-interactive
commandline option is no longer accepted. This change represents no reduction in functionality since the option did not have any effect. -
ENHANCEMENT
Computing variable values is substantially faster than before. As a result, many user-level commands complete more quickly: generating Jenkins jobs, computing system requirements and generating reports. -
ENHANCEMENT (#31)
It is no longer necessary to create symbolic links for template recipe files that are shared between multiple modes. When a required template fileMODE/NAME.template
does not exist,_common/NAME.template
is tried instead. -
ENHANCEMENT (#33)
Recipe files can now be placed into sub-directories. The respective directory name or names are part of the object name:Filename Object name projects/ordinary.project → "ordinary" projects/sub-directory/special.project → "sub-directory/special" distributions/sub1/sub2/two.distribution → "sub1/sub2/two"
The respective include syntax for projects and distributions uses this object name - not a (relative) path.