summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2011-08-24Renaming --apt-source to --apt-source-archives.Daniel Baumann
2011-08-24Introducing --apt-sources option to control if the live system should have ↵Daniel Baumann
deb-src entries in sources.list.
2011-08-23Moving removal of udev persistent rules from chroot_hacks to a hook, that ↵Daniel Baumann
way it can be easily skipped if desired.
2011-08-23Moving removal of openssh-server host keys from chroot_hacks to a hook, that ↵Daniel Baumann
way it can be easily skipped if desired.
2011-08-16Merging in last bit of lb_chroot_local-packages into lb_chroot_archives ↵Daniel Baumann
(Closes: #635046).
2011-08-16Unifying lb_chroot_packagelists and lb_chroot_local-packagelists.Daniel Baumann
2011-08-16Correcting wrong variables in volatile handling for derivatives.Daniel Baumann
2011-08-09Also guarding key additions for local configured archives to not fail if no ↵Daniel Baumann
key is supplied.
2011-08-08Guarding archives handling with an additional check to prevent ugly message ↵Daniel Baumann
about files not existing.
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-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-07-26Correcting typo in lb_config for program variable, thanks to intrigeri ↵Daniel Baumann
<intrigeri@boum.org>.
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-24Adding mdadm manually to extra packages for binary pool for being used by ↵Daniel Baumann
debian-installer (Closes: #607225).
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-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-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-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-16Skipping binary_linux-image if no kernel was choosen to be installed ↵Daniel Baumann
deliberately, thanks to Adam Conrad <adconrad@ubuntu.com>.
2011-07-08Correct gdm/gdm3 handling, prefere gdm for squeeze as before and use gdm3 ↵Daniel Baumann
for everything else.
2011-07-04Remove lxde test on LB_TASKS for gdm so we now get gdm3.Richard Nelson
2011-06-29Correcting wrong chroot call in chroot_archives, only affecting derivatives.Daniel Baumann
2011-06-21Making copyright headers distribution neutral.Daniel Baumann
2011-06-18Correct keyring packages temporary workaround to not fail when aptitude is ↵Daniel Baumann
selected (Closes: #630919).
2011-06-17Removing forgotten reference to chroot_packages in lb_chroot.Daniel Baumann
2011-06-17Adjust name of archives directory in config tree.Daniel Baumann
2011-06-15Since we don't have global packages anymore, renaming ↵Daniel Baumann
lb_chroot_local-packages to lb_chroot_packages and config/chroot_local-packages to config/chroot_packages.
2011-06-15Since we don't have global tasks anymore, renaming lb_chroot_local-tasklists ↵Daniel Baumann
to lb_chroot_task-lists.
2011-06-15Moving config/chroot_local-tasklists/*.list to ↵Daniel Baumann
config/task-lists/*.chroot.list, analogue to config/package-lists.
2011-06-15Unifying config/chroot_local-packagelists and config/binary_local-packagelists.Daniel Baumann
Rather than using config/chroot_local-packagelists/*.list and config/binary_local-packagelists/*.list, we're simply using config/package-lists/*.chroot.list and config/package-lists/*.binary.list.
2011-06-15Using .list suffix in config/archives.Daniel Baumann