NAME
auto-build-clean-root - Clear out a build engine root directory
SYNOPSIS
# auto-build-clean-root PATH-TO-ROOT
To clean out a build engine root under /var/lib/builder, the location expected by the example configuration file, execute:
# auto-build-clean-root /var/lib/builder
DESCRIPTION
The build engine root contains a number of directories in which state is stored, or work performed. In unusual circumstances, some of this state can become malformed/corrupt which may cause the build engine to fail. The auto-build-clean-root
script provides a convenience for removing all state from the build root
STRUCTURE
The following directories are cleaned by the script:
- source-root
-
The directory into which the modules' source code will be checked out of version control.
- install-root
-
The virtual root directory in which modules will install files during the "make install" part of their build process.
- log-root
-
The directory into which build and test log files will be spooled during execution of modules' control files.
- package-root
-
The directory into which packages (RPMs, Debian packages, ZIPs, etc) will be saved by the module's control file. There are subdirectories below this for all the various different types of packages.
- build-archive
-
The directory used for caching the results of module builds across build cycles.
- public_html
-
The directory in which the HTML status pages will be generated, and build artifacts, packages, and log files published. This directory should be exported by an HTTP server
- public_ftp
-
The directory in which packages will be published. This directory should be exported by an FTP server.
LICENSE
Copyright (C) 2002-2008 Daniel P. Berrange
Test-AutoBuild is distributed under the terms of the GNU GPL v2+. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.