live-build/helpers
Chris Lamb b9c6f0a083 Fix cache poisoning issue in lh_binary_debian-installer with 404 downloads
When wget 404's, an target file is created - this poisons the cache as the
file is apparently downloaded but in actuality is simply empty. We fix this
by unconditionally deleting the cache file if wget fails and emitting an
error.
2011-03-09 19:03:37 +01:00
..
lh Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00
lh_binary Add support for the sparc architecture. 2011-03-09 19:03:35 +01:00
lh_binary_chroot Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_debian-installer Fix cache poisoning issue in lh_binary_debian-installer with 404 downloads 2011-03-09 19:03:37 +01:00
lh_binary_disk Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_encryption Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_grub Correct d-i kernel and initrd locations in grub entries. Thanks to Jun NOGATA <nogajun@gmail.com> for the patch. (Closes: #490245) 2011-03-09 19:03:37 +01:00
lh_binary_includes Re-order a case statement for consistency. 2011-03-09 19:03:36 +01:00
lh_binary_iso Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_binary_linux-image Add support for the sparc architecture. 2011-03-09 19:03:35 +01:00
lh_binary_local-hooks Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_local-includes Consolidate grep text searching predicates to use "grep -qs" 2011-03-09 19:03:35 +01:00
lh_binary_local-packageslists Ensure apt-utils is installed in the helpers it is required. 2011-03-09 19:03:35 +01:00
lh_binary_manifest Also copying binary package list to build directory. 2011-03-09 19:03:32 +01:00
lh_binary_md5sum Use "find -path" for matching "path/to/file" files (Closes: #476206) 2011-03-09 19:03:32 +01:00
lh_binary_memtest Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_net Add support for generation of sparc netboot images. 2011-03-09 19:03:36 +01:00
lh_binary_rootfs Revert aborting live d-i installation if minimal/stripped is selected and instead attempt to not break the chroot too much in this case 2011-03-09 19:03:35 +01:00
lh_binary_silo Add support for generation of sparc netboot images. 2011-03-09 19:03:36 +01:00
lh_binary_syslinux Consolidate grep text searching predicates to use "grep -qs" 2011-03-09 19:03:35 +01:00
lh_binary_tar Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_binary_usb-hdd Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_binary_yaboot Fix d-i locations in yaboot entries. 2011-03-09 19:03:35 +01:00
lh_bootstrap Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_bootstrap_cache Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_bootstrap_cdebootstrap Replace spaces in LH_BOOTSTRAP_{IN,EX}CLUDE variables with commas on use. Thanks to Cyril Brulebois <cyril.brulebois@kerlabs.com>. (Closes: #490114) 2011-03-09 19:03:36 +01:00
lh_bootstrap_copy Remove more imported whitespaces. 2011-03-09 19:03:35 +01:00
lh_bootstrap_debootstrap Replace spaces in LH_BOOTSTRAP_{IN,EX}CLUDE variables with commas on use. Thanks to Cyril Brulebois <cyril.brulebois@kerlabs.com>. (Closes: #490114) 2011-03-09 19:03:36 +01:00
lh_build Abort build if working directory contains spaces - not supported by (at least) debootstrap and cdebootstrap. 2011-03-09 19:03:36 +01:00
lh_chroot Moving lh_chroot_packages call in lh_chroot to old place. 2011-03-09 19:03:32 +01:00
lh_chroot_apt Fix a bug where a /etc/apt/preferences supplied in chroot_local-includes was always being deleted when used in conjunction with config/chroot_apt/preferences. 2011-03-09 19:03:37 +01:00
lh_chroot_cache Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_debianchroot Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_devpts Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_dpkg Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hacks Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hooks Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hostname Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hosts Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_install-packages Using one single packages cache directory for all chroot packages. 2011-03-09 19:03:32 +01:00
lh_chroot_interactive Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_linux-image Install most chroot packages in one ${LH_APT} call (Closes: #475739) 2011-03-09 19:03:32 +01:00
lh_chroot_local-hooks Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_local-includes Consolidate grep text searching predicates to use "grep -qs" 2011-03-09 19:03:35 +01:00
lh_chroot_local-packages Install most chroot packages in one ${LH_APT} call (Closes: #475739) 2011-03-09 19:03:32 +01:00
lh_chroot_local-packageslists Tidy calls to new Expand_packagelist 2011-03-09 19:03:32 +01:00
lh_chroot_local-preseed lh_chroot_local-preseed: fix minor typo 2011-03-09 19:03:32 +01:00
lh_chroot_localization Some formating and style cleanups. 2011-03-09 19:03:32 +01:00
lh_chroot_packages Install most chroot packages in one ${LH_APT} call (Closes: #475739) 2011-03-09 19:03:32 +01:00
lh_chroot_packageslists Tidy calls to new Expand_packagelist 2011-03-09 19:03:32 +01:00
lh_chroot_preseed Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_proc Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_resolv Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_sources Using rfc2606 invalid tld instead of dummy. 2011-03-09 19:03:37 +01:00
lh_chroot_symlinks Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_sysfs Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_sysv-rc Remove more imported whitespaces. 2011-03-09 19:03:35 +01:00
lh_chroot_sysvinit Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_tasks Using one single packages cache directory for all chroot packages. 2011-03-09 19:03:32 +01:00
lh_clean Additionally clean md5sum.txt temporary file. 2011-03-09 19:03:37 +01:00
lh_config Fix syntax error in --ignore-system-defaults handling. 2011-03-09 19:03:36 +01:00
lh_local Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00
lh_source Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_source_debian Remove more imported whitespaces. 2011-03-09 19:03:35 +01:00
lh_source_debian-live Consolidate grep text searching predicates to use "grep -qs" 2011-03-09 19:03:35 +01:00
lh_source_disk Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_source_iso Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_source_md5sum Sorting image file lists. 2011-03-09 19:03:32 +01:00
lh_source_net Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_source_tar Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_source_usb-hdd Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_testroot Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
make-live Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00