summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-10Correct syslinux mbr.bin path.Maximilian Mehnert
2015-08-10Updating stat calls to also give the right result in container setups, ↵Daniel Baumann
thanks to Kristian Klausen <klausenbusk@hotmail.com> (Closes: #789300).
2015-08-10Getting rid of hard-coded release numbers and using /etc/os-release instead ↵Daniel Baumann
(Closes: #790860). Unfortunately VERSION_ID on testing/unstable is currently not included in /etc/os-release, see #795124.
2015-08-10Releasing debian version 5.0~a10-1.debian/5.0_a10-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-08-10Simplify hooks pattern in Makefile.Daniel Baumann
2015-07-26Fix hook scripts location in MakefileDaniel Reichelt
2015-07-26Fix check for presence of chroot hooksDaniel Reichelt
2015-07-15Drop elilo from list of d-i required packages on i386.Raphaël Hertzog
It's gone from unstable/testing and has never been really useful on non-ia64 systems.
2015-06-24Do not pass an empty version in APT::FTPArchive::Release::Version (Closes: ↵Raphaël Hertzog
#789800). This avoids live-build triggering an apt-ftparchive bug (#693092).
2015-06-15Correcting typos in chroot_hooks.Daniel Baumann
2015-06-06Releasing debian version 5.0~a9-1.debian/5.0_a9-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-06-05Removing parent-directory too when cleaning up the config tree bind mount in ↵Daniel Baumann
chroot.
2015-06-05Correcting execution of local source hooks.Daniel Baumann
2015-06-05Correcting execution of local binary hooks.Daniel Baumann
2015-06-05Correcting symlinking of hooks in lb config.Daniel Baumann
2015-05-23Installing apt and dpkg updates (if any) first in derivatives mode, then ↵Daniel Baumann
doing dist-upgrade.
2015-05-20Splitting non-live specific hooks into their own subdirectory within hooks.Daniel Baumann
2015-05-19Releasing debian version 5.0~a8-1.debian/5.0_a8-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-05-18Correcting leftover reference to binary_grub in binary.Daniel Baumann
2015-05-15Actually removing live-build-cgi from control.Daniel Baumann
2015-05-14Releasing debian version 5.0~a7-1.debian/5.0_a7-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-05-14Removing broken samhain handling (Closes: #785264).Daniel Baumann
2015-05-10Switching from http.debian.net to httpredir.debian.org as default binary mirror.Daniel Baumann
2015-05-04Dropping obsolete template checks within grub helpers.Daniel Baumann
2015-05-04Renaming grub helper to grub-legacy for consistency.Daniel Baumann
2015-05-04Renaming grub2 helper to grub-pc for later grub-efi addition.Daniel Baumann
2015-05-04Releasing debian version 5.0~a6-1.debian/5.0_a6-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-05-03Dropping support for upstart.Daniel Baumann
Ubuntu switched to systemd too, no point in keeping upstart support arround anymore.
2015-05-03Adding data symlink for stretch.Daniel Baumann
2015-05-03Dropping automagics for ubuntu.Daniel Baumann
Future live-build versions will still allow to use casper, but its configuration will be done differently by a custom config tree, rather than embedded and maintenance intensive code in live-build itself.
2015-05-03Dropping automagics for casper.Daniel Baumann
Future live-build versions will still allow to use casper, but its configuration will be done differently by hooks in the config tree, rather than embedded and maintenance intensive code in live-build itself.
2015-05-02Moving hooks to hooks/live, both in live-build sources and live-build configs.Daniel Baumann
Really soon live-build will support building non-live images out-of-the-box. Therefore moving hooks into a live specific subdirectory.
2015-05-02Adding hook to disable tmpfs on /tmp when using sysvinit, previously done by ↵Daniel Baumann
live-config.
2015-04-29Flattening frontend directory within the source tree.Daniel Baumann
2015-04-29Updating example gitignore file.Daniel Baumann
2015-04-29Moving grub and grub2 templates into shared bootloader config directory.Daniel Baumann
2015-04-28Releasing debian version 5.0~a5-1.debian/5.0_a5-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-04-28Overwriting reather than appending content of autorun.inf (Closes: #777359).Daniel Baumann
2015-04-28Calling lb config in lb build to support building a all-default-image with a ↵Daniel Baumann
simple lb build (Closes: #778327).
2015-04-28Setting progress-linux default distribution to cairon.Daniel Baumann
2015-04-28Setting debian default distribution to stretch.Daniel Baumann
2015-04-28Correcting wrong tar command for tarball images, thanks to Yadickson Soto ↵Daniel Baumann
<yadickson@gmail.com> (Closes: #780627).
2015-04-28Moving cgi to its own source package.Daniel Baumann
2015-04-27Removing temporary hack to exclude prism2-usb-firmware-installer, the ↵Daniel Baumann
download homepage seems to work again (Closes: #783433).
2015-04-26Releasing debian version 5.0~a4-1.debian/5.0_a4-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-04-26Don't truncate files outside the build chroot.Daniel Reichelt
The list of files passed to Truncate() might contain absolute symlinks pointing to files outside the chroot, which previously destroyed files on the build host.
2015-04-20Adding live option for debian_installer in template for l-b-cgi frontend.Richard Nelson
2015-04-17On status output of running builds only count directories for l-b-cgi frontend.Richard Nelson
2015-04-17Added output of processing builds to status page for l-b-cgi frontend.Richard Nelson
2015-04-15Harmonize variables on build status script for l-b-cgi frontend.Richard Nelson