summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-04Correcting indentiation in hook defaults assignment.Daniel Baumann
2011-08-04Adding missing 'set -e' in remove-python-py.chroot hook.Daniel Baumann
2011-08-04Renumbering hook files.Daniel Baumann
2011-08-04Adding hook to update apt-file cache (Closes: #636440).Daniel Baumann
2011-08-04Removing -r from short options in lb_config (Closes: #636208).Daniel Baumann
2011-08-04Cleaning up temporary directories at the same time as other cruft.intrigeri
2011-08-04Adjusting check for target directory in live-build-cron scripts to fail if ↵Daniel Baumann
non-directories are used, thanks to Ben Armstrong <synrg@debian.org>.
2011-08-04Correcting cross-references to live-boot and live-config in lb_config manpage.Daniel Baumann
2011-08-03Fixing/adding cross-references for live-boot and live-config.Ben Armstrong
2011-07-30Removing debian-instaler-distribution selection from live-build-cron-images ↵Daniel Baumann
for the time being.
2011-07-29Setting default kernel flavours for armel to all available flavour due to ↵Daniel Baumann
the nature of armel images (single rootfs image, multiple kernel images).
2011-07-29Handle package-lists parameter for lb_config in live-build-cron-images ↵Daniel Baumann
script for both lb version 2.x and 3.x.
2011-07-28Adding virtual-hdd in lb_config manpage as binary image type.Daniel Baumann
2011-07-26Correcting typo in lb_config for program variable, thanks to intrigeri ↵Daniel Baumann
<intrigeri@boum.org>.
2011-07-26Updating TODO for live-build-cron.Daniel Baumann
2011-07-26Correcting debconf variables.Daniel Baumann
2011-07-25Removing unmaintained studio package lists.Daniel Baumann
2011-07-25Simplify bind mounting of the config tree during local hooks are run by ↵Daniel Baumann
using read-only bind mounts.
2011-07-25Using 'live' rather than 'incomplete' for cd_type in .disk on images that ↵Daniel Baumann
include debian-installer with live-installer udeb.
2011-07-25Updating grub packages list in binary_debian-installer.Daniel Baumann
2011-07-24Add forgotten handling of already set chroot_hooks in defaults.Daniel Baumann
2011-07-24Adding mdadm manually to extra packages for binary pool for being used by ↵Daniel Baumann
debian-installer (Closes: #607225).
2011-07-21Updating derivatives handling for d-i mirror defaults to better match the ↵Daniel Baumann
reality that by default, most derivatives are not going to actually rebuild d-i.
2011-07-21Making config tree available to chroot hooks.Cody A.W. Somerville
2011-07-21Adding paths for remote debian-installer images on armel.Cody A.W. Somerville
2011-07-21Setting default compression levels to -6 for gzip, bzip, lzip and lzma tarballs.Daniel Baumann
2011-07-21Correcting uuid extraction from initrds in ubuntu mode to work from within ↵Daniel Baumann
binary so that it is cleaned up by lb_clean on failed builds.
2011-07-21Calling mkdir with -p to avoid build failures with multiple kernels on disk ↵Daniel Baumann
info in ubuntu mode, thanks to Cody A.W. Somerville <cody.somerville@canonical.com>.
2011-07-21Adding function for more resilient detachment of loopback devices.Cody A.W. Somerville
2011-07-20Setting partition flags in source_usb after creating the filesystem in order ↵Cody A.W. Somerville
to avoid bug in parted that makes them forget the flags.
2011-07-20Adding a comment to the chroot calls in excludes handling of binary_chroot ↵Daniel Baumann
whey the chroot function is not used.
2011-07-20Avoid to hijack root-command with linux32, rather set use it in the chroot ↵Daniel Baumann
function only.
2011-07-20Reworking debconf stuff of merging former live-autobuild-manual and ↵Daniel Baumann
live-autobuild-images into a single live-build-cron.
2011-07-20Compacting copyright file.Daniel Baumann
2011-07-20Updating cron scripts.Daniel Baumann
2011-07-20Appending 'linux32' to LB_ROOT_COMMAND if 'uname -m' is x86_64 and ↵Cody A.W. Somerville
LB_ARCHITECTURE is i386.
2011-07-20Updating lb_binary_linux-image to only copy over kernel and initrd if ↵Cody A.W. Somerville
LB_LINUX_PACKAGES doesn't equal 'none'.
2011-07-20Fixing corruption of usb binary images caused by trying to modify flags in ↵Cody A.W. Somerville
partition table when image is mounted with offset.
2011-07-19Reworking binary hooks helper.Daniel Baumann
2011-07-19Correcting comments in chroot_hooks to match usage.Daniel Baumann
2011-07-19Calling dpkg-divert with --quiet in chroot_dpkg.Daniel Baumann
2011-07-19Enabling hooks based on the mode we're building for.Daniel Baumann
2011-07-19Saving packages in cache even when failing or interrupting a build (Closes: ↵Daniel Baumann
#586929).
2011-07-19Numbering embedded hooks.Daniel Baumann
2011-07-19Consolidating local hooks for chroot and binary into ↵Daniel Baumann
config/hooks/*.{chroot,binary}.
2011-07-19Adding kubuntu mode in order to have different defadefault hooks enabled for ↵Daniel Baumann
ubuntu and kubuntu (needed for #630088).
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-07-19Using --no-check-gpg option when using debootstrap >= 1.0.30 and apt secure ↵Daniel Baumann
is disabled, thanks to Eugenio Paolantonio <me@medesimo.eu> (Closes: #633356).
2011-07-19Adding hook to remove python py files, thanks to Colin Watson ↵Daniel Baumann
<cjwatson@ubuntu.com> (Closes: #631281).
2011-07-19Adding hook for removing gnome icon cache, thanks to Colin Watson ↵Daniel Baumann
<cjwatson@ubuntu.com> (Closes: #630088).