summaryrefslogtreecommitdiff
path: root/scripts/build/lb_clean
AgeCommit message (Collapse)Author
2012-08-27Dropping lb prefix from live-build scripts, not needed anymore.Daniel Baumann
Previously, we needed to keep the lb_* prefix as the scripts could also be executed standalone. Since the lb wrapper is mandatory since squeeze, we can drop this now.
2012-08-27Making build.sh sourcing more robust (Closes: #684896).Daniel Baumann
2012-08-27Removing old LB= hack when wrapper was not mandatory.Daniel Baumann
2012-08-24Switching back to use the more common ${@} instead of ${*}, it's not ↵Daniel Baumann
required in current lb_clean anymore.
2012-08-13Simplyfing sourcing of build.sh and getting away with the broken subshell ↵Daniel Baumann
construct.
2012-07-30Updating GPL standard header in all files.Daniel Baumann
2012-07-19Fixing up inclusion of functions while allowing local usage of live-build ↵Daniel Baumann
with different file layouts.
2012-07-18Also removing zsync files in lb clean.Daniel Baumann
2012-07-18Decrufting version flag.Daniel Baumann
2012-06-12Changing default binary.list filename to binary.contents to make it more ↵Daniel Baumann
explicit and not to be confused with package lists.
2012-06-04Updating cache directory names to consistent naming scheme.Daniel Baumann
2012-06-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-02-06Updating year in copyright notices for 2012.Daniel Baumann
2012-01-10Unmount chroot/root/config when running lb_clean.Matthijs Kooijman
2011-09-07Copying chroot.packages.live to binary.packages.Daniel Baumann
2011-09-07Renaming binary.packages list files (that contain what package is installed ↵Daniel Baumann
in the chroot) to chroot as they are build during chroot stage, this fixes some rebuild issues.
2011-07-19Also unmounting /run in lb_clean eventhough it's not really needed anyway ↵Daniel Baumann
but let's be on the caucious side (Closes: #633052).
2011-06-12Correct lb cleans source removals.Daniel Baumann
2011-06-11Allow to optionally run package installation in two passes. Eventually, this ↵Daniel Baumann
allows to have media containing a 'bigger' live system that what they end up installing (Closes: #627439).
2011-03-09Updating year in hooks and script files.Daniel Baumann
2011-03-09Removing last live-helper remains in internal variables.Daniel Baumann
2011-03-09Correcting quoting of auto calls, thanks to Andreas Loibl ↵Daniel Baumann
<andreas@andreas-loibl.de>.
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Updating year in manpage, hooks, script and template files.Daniel Baumann
2011-03-09Removing last live-helper remains in internal variables.Daniel Baumann
2011-03-09Correcting quoting of auto calls, thanks to Andreas Loibl ↵Daniel Baumann
<andreas@andreas-loibl.de>.
2011-03-09Making rmdir calls on cleanups more robust.Daniel Baumann
2011-03-09Avoid running helpers twice when using auto (Closes: #584884).Daniel Baumann
2011-03-09Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).Daniel Baumann