summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-08Rename references of live-build.cgi to live-build-cgiRichard Nelson
2011-08-08Correcting path to VERSION file.Richard Nelson
2011-08-08Using global version file rather than using copied information in ↵Daniel Baumann
functions/common.sh.
2011-08-08Releasing debian version 3.0~a28-1.debian/3.0_a28-1Daniel Baumann
2011-08-08Since all (false positives for) bashisms are gone, making the test target ↵Daniel Baumann
fail on bashisms.
2011-08-08Limiting test target to actual scripts in cron subdirectory.Daniel Baumann
2011-08-08Removing some false-positive bashisms from live-build-cgi.Daniel Baumann
2011-08-08Renaming cgi files within the sources to consistently use the name ↵Daniel Baumann
live-build-cgi.
2011-08-08Adding share/hooks to toplevel makefile so that it's included in the test suite.Daniel Baumann
2011-08-08Guarding archives handling with an additional check to prevent ugly message ↵Daniel Baumann
about files not existing.
2011-08-08Releasing debian version 3.0~a27-1.debian/3.0_a27-1Daniel Baumann
2011-08-08Removing left-over mentioning of lb_binary_local-hooks instead of ↵Daniel Baumann
lb_binary_hooks in lb_binary.
2011-08-08Also using definition files without suffix (so that e.g. foo.list is used ↵Daniel Baumann
for both chroot and binary stage).
2011-08-05Reverse keywords in suffix of the package list files for consistency.Daniel Baumann
Previously, config/package-lists/foo.{binary,chroot}.list was used, now we use config/package-lists/foo.list.{binary,chroot}. That way, we're using the same single suffix for all files to make them specific for either binary and chroot, rather than having an exception to the rule for package list files.
2011-08-05Reverse keywords in suffix of the archive definition files for consistency.Daniel Baumann
Previously, config/archives/foo.{binary,chroot}.{key,list} was used, now we use config/archives/foo.{key,list}.{binary,chroot}. That way, we're using the same single suffix for all files to make them specific for either binary and chroot, rather than having an exception to the rule for archive definitions.
2011-08-04Releasing debian version 3.0~a26-1.debian/3.0_a26-1Daniel Baumann
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