Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LinxuBase is the name of the Ubuntu base image LinuxBase = "linux" // FakeBase is the name of the fake base image FakeBase = "fake" // FailBase is used to force package compile to fail when testing. FailBase = "fail" // CompilationScript is the compilation script CompilationScript = "compile" // PrerequisitesScript is the script that installs prerequisites PrerequisitesScript = "prerequisites" )
Variables ¶
This section is empty.
Functions ¶
func SaveScript ¶
SaveScript will write a script to the disk
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.