b9-0.2.4: A tool and library for building virtual machine images.

Safe HaskellNone
LanguageHaskell2010

B9.ArtifactGenerator

Description

Top-Level data types for B9 build artifacts.

Synopsis

Documentation

data ArtifactGenerator Source

A single config generator specifies howto generate multiple output files/directories. It consists of a netsted set of variable bindings that are replaced inside the text files

data ArtifactSource Source

Explicit is better than implicit: Only files that have explicitly been listed will be included in any generated configuration. That's right: There's no "inlcude *.*". B9 will check that *all* files in the directory specified with FromDir are referred to by nested ArtifactSources.