summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-16Adding Polish debconf translations from Michal Kulach ↵Daniel Baumann
<michalkulach@gmail.com> (Closes: #660003).
2012-02-16Add forgotten fallback for mode setting if lsb_release is not installed.Daniel Baumann
2012-02-16Removing menu as it adds an unwanted menu to some DEs/WMs which prefer to do ↵Ben Armstrong
without.
2012-02-14Correcting typo in ubuntu default distribution name, thanks to Marco Lechner ↵Daniel Baumann
<marco.lechner@fossgis.de> (Closes: #659823).
2012-02-13Correcting typo in defaults for backports mirror.Daniel Baumann
2012-02-12Releasing debian version 3.0~a44-1.debian/3.0_a44-1Daniel Baumann
2012-02-12Adding lintian overrides for symlink-should-be-relative (bootloader configs ↵Daniel Baumann
need to use absolute symlinks on purpose to allow chrooted builds).
2012-02-12Adding a workaround in rules to stop dh_link converting absolute symlinks to ↵Daniel Baumann
relative symlinks for bootloader configs.
2012-02-07Removing warning about resolvconf package, not be needed anymore.Daniel Baumann
2012-02-07Correcting destination path for uuid.conf when using casper in binary_disk, ↵Daniel Baumann
thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995).
2012-02-07Correcting lzcat call in binary_disk to not bail out due to non-standard ↵Daniel Baumann
file extension (unknown suffix -- unchanged), thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995).
2012-02-07Adding Dutch debconf translations from Jeroen Schot <schot@a-eskwadraat.nl> ↵Daniel Baumann
(Closes: #657470).
2012-02-07Adding updated Spanish debconf translations from Javier Fernández-Sanguino ↵Daniel Baumann
Peña <jfs@computer.org> (Closes: #656404).
2012-02-07Handling /etc/resolv.conf even if it's a dangling symlink like with ↵Daniel Baumann
resolv.conf, thanks to Stephane Graber <stgraber@ubuntu.com> (Closes: #657640).
2012-02-06Releasing debian version 3.0~a43-1.debian/3.0_a43-1Daniel Baumann
2012-02-06Shortening kernel and initrd filenames in /live again similar to what we did ↵Daniel Baumann
with in lenny. Unfortunately, syslinux as of wheezy and newer apparently does not support long filenames anymore. Therefore, we do have to shorten the filenames from: /live/vmlinuz-3.2.0-1-amd64 /live/initrd.img-3.2.0-1-amd64 to: /live/vmlinuz /live/initrd.img In case more than one kernel flavour is used, the files are being numbered, starting with vmlinuz1 and initrd1.img.
2012-02-06Cleaning up handling of apt preferences when building in progress mode.Daniel Baumann
2012-02-06Simplyfing automatic pinning in derivative modes.Daniel Baumann
2012-02-06Dereferencing potential symlinked apt preference files in chroot_apt/*.pref.Daniel Baumann
2012-02-06Avoid removing populated apt preferences file in derivative mode.Daniel Baumann
2012-02-06Adding opt-in hook to remove all sources.list files, as it's desirable in ↵Daniel Baumann
some setups.
2012-02-06Improve backports handling in derivatives mode.Daniel Baumann
If LB_BACKPORTS=true, then backports are configured in sources.list, however, not enabled. If backports are enabled depends on pinning, either manually through apt/preferences.d snipplets in local includes/chroot_apt, or, depending on distribution (e.g. building artax-backports enables pinning automatically).
2012-02-06Removing useless top-comment for /etc/apt/preferences.d/progress.pref.Daniel Baumann
2012-02-06Updating year in copyright notices for 2012.Daniel Baumann
2012-02-06Using /etc/apt/sources.list.d/debian.list instead of /etc/apt/sources.list ↵Daniel Baumann
in derivative mode.
2012-02-06Removing removal of bootstrap-base udeb in binary_debian-installer.Daniel Baumann
If both bootstrap-base and live-installer are available on the installer, live-installer is prefereded by d-i (because of the live specific .disk info). If live-installer is included, can be disabled with live-installer/enable=false and d-i will use bootstrap-base in order to debootstrap the base system on /target.
2012-02-06Renaming forgotten binary_packagelists to binary_package-lists to match the ↵Daniel Baumann
rest of lb.
2012-02-06Avoid warning messages in binary_packagelists for not existing local lists.Daniel Baumann
2012-02-06Adding note about 404 errors that are on purpose when fetching udebs in ↵Daniel Baumann
derivative mode.
2012-02-06Updating squeeze point release number.Daniel Baumann
2012-02-06Giving a note about what mode we are configuring, now that mode is ↵Daniel Baumann
determined automatically based on the host system.
2012-02-06Autodetecting mode depending on which distribution we're building.Daniel Baumann
2012-02-06Correcting typo in security chroot mirror variable assembling.Daniel Baumann
2012-02-06Applying patch from Ivailo Monev to remove stage files for ↵Daniel Baumann
pseudo-filesystems helpers in exit function.
2012-02-06Adding embedded copies for syslinux bootloaders (Closes: #622838, #635933, ↵Daniel Baumann
#636217, #645406, #646387, #646799, #651520, #652437).
2012-02-06Updating lb_binary_syslinux for embedded syslinux themes.Daniel Baumann
2012-01-18Setting default mirror for progress to cdn.archive.progress-linux.org.Daniel Baumann
2012-01-16l-b.cgi - Add pending build(s) to be processed ahead of your request.Richard Nelson
2012-01-15Updating to debhelper version 9.Daniel Baumann
2012-01-15Releasing debian version 3.0~a42-1.debian/3.0_a42-1Daniel Baumann
2012-01-15Adding reference to --parent-archive-areas in lb_config manpage (Closes: ↵Daniel Baumann
#646797).
2012-01-12Print the current time before starting a command with the lb wrapper script ↵Colin Watson
(Closes: #630089).
2012-01-12Switching priorities of mirror defaults (which mirror default is used from ↵Daniel Baumann
which previously set mirror default etc.) to the way it was intendet to be. If not building a derivative with two seperate repositories, users should only need to bother about setting the --mirror*|LB_MIRROR* options, the --parent-mirror*|LB_PARENT_MIRROR* does get set automatically correctly now.
2012-01-12Using syslinux payload as fallback in lb_binary_syslinux if no destinct ↵Daniel Baumann
image type could be deduced (Closes: #655562).
2012-01-12Correcting wrong and incompatible loop for casper initrds in binary_disk.Daniel Baumann
2012-01-12Adding armhf kernel defaults, thanks for Ying-Chun Liu <paulliu@debian.org> ↵Daniel Baumann
for bringing it up (Closes: #655557).
2012-01-10Unmount chroot/root/config when running lb_clean.Matthijs Kooijman
2012-01-10Unmount /root/config in case of error.Matthijs Kooijman
When there is an error, the Exit() handler unmounts filesystems within the chroot. This adds /root/config to the list used when /proc/mounts is not available.
2012-01-10Use a two-stage mount again for mounting config inside chroot in ↵Matthijs Kooijman
lb_chroot_hooks. This reverts part of cacf9b6e34 (but also adds a "bind" option to the remount command, as documented in mount(8)). Apparently, doing "mount -o bind,ro" doesn't work. It outputs: mount: warning: chroot/root/config seems to be mounted read-write. and mounts read-write instead of read-only. This behaviour is documented in mount(8). Newer kernels do seem to allow combining bind with the read-only option (see mount(2)), but this does not seem to work (possibly because mount is trying to be smart).
2012-01-10Fix path in 001-update-apt-file-cache.chroot.Matthijs Kooijman
The path included /chroot/, but hooks are called from within the chroot, so that part should be removed. This hook probably never worked.