Source

Source code interface

Members

Functions

feedBuildId
void feedBuildId(ref MD5 digest)

Feeds the digest in a way that makes a unique build identifier.

obtain
string obtain(in string workDir)

Obtain the source code. Implementation for local directories will simply return the local source dir, without consideration of the workDir. Implementation of source fetching (archive or scm) will download and extract (or clone) the source tree into workDir.

Meta