cowbuilder
cowbuilder is a wrapper around pbuilder that creates and manages copy-on-write chroot environments for building Debian-derived packages. It leverages copy-on-write file systems to speed repeated builds by keeping a pristine base chroot and layering writable changes on top for each build.
Operation and design: cowbuilder builds by first creating a base chroot using debootstrap and then mounting
Usage and use case: Administrators create per-distribution and per-architecture environments and use the provided workflow to
Overview in packaging workflows: cowbuilder is part of the Debian/Ubuntu packaging toolbox and is designed to
See also: pbuilder, debootstrap, chroot, copy-on-write, sbuild.