summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-04-15Initial commit to provide biuld status on l-b-cgi frontend.Richard Nelson
2015-04-15Rename LIVE_IMAGE_TYPE to LB_BINARY_IMAGES on l-b-cgi frontend.Richard Nelson
2015-04-09Unfuzzy Japanese translation.victory
2015-02-23Adding hook to create locales files.Daniel Baumann
2015-02-08Adding live-build version information to the footer of live-build-cgi ↵Richard Nelson
footer.html.
2015-02-07Releasing debian version 5.0~a3-1.debian/5.0_a3-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-02-07Applying patch from jnqnfe <jnqnfe@gmail.com> to correct grub2 bootloader ↵Daniel Baumann
directory within the binary images (Closes: #775316).
2015-02-07Using same logic to create the source/.disk/archive_trace for ↵Daniel Baumann
binary/.disk/archive_trace too (Closes: #774200).
2015-02-07Making functions/chroot_bind_path.sh executable within the source tree ↵Daniel Baumann
(Closes: #777096).
2015-02-04Adding linux flavours for arm64/armhf architectures.Fathi Boudra
Signed-off-by: Fathi Boudra <fabo@debian.org>
2015-01-26Switching to default to linux-image-586 on i386.Daniel Baumann
2015-01-25Correcting packagelist parsing when packages are listed with notation of a ↵Daniel Baumann
specific version (Closes: #775832).
2015-01-25Using -iso-level 3 option for xorriso to work with image sizes beyond 4 GB ↵Daniel Baumann
(Closes: #775424).
2015-01-25Correcting typo in stagefile check for includes.chroot.Daniel Baumann
2015-01-25Enabling security and release updates for jessie.Daniel Baumann
2015-01-25Updating d-i bootparameter separator for jessie.Daniel Baumann
2015-01-07Adding check for isolinux build-depends in chroot.Daniel Baumann
2015-01-05Removing spurious .grep.swp temporary file in source tree.Daniel Baumann
2015-01-04Releasing debian version 5.0~a2-1.debian/5.0_a2-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-01-04Updating year in copyright notices to 2015.Daniel Baumann
2015-01-04Dropping manual include of dbus for live-config-systemd, it's a recommends now.Daniel Baumann
2015-01-04Correcting dependency checks in binary_package-lists (Closes: #774336).Daniel Baumann
2015-01-04Applying slightly modified patch from jnqnfe <jnqnfe@gmail.com> to show ↵Daniel Baumann
correct win32-loader ico file on windows (Closes: #772781).
2015-01-04Dropping unuseful information from bug-script (Closes: #774340).Daniel Baumann
Historically we tried to have all necessary information in bug reports, such as version of certain packages used during the build. In reality, the only interesting package is debootstrap on the host system - everything else is taken up from the mirror from within the chroot and is noted in the build log. Users building non-chrooted will have to collect their information by hand anyway, so it's better to remove anything but debootstrap.
2015-01-04Adding gpgv and debian-keyring to suggests for bootstrapping archive ↵Daniel Baumann
keyrings in derivative modes.
2015-01-04Adding apt-utils to recommends (Closes: #774339).Daniel Baumann
2015-01-04Dropping some sparc leftovers (Closes: #774196).Daniel Baumann
2015-01-04Adding wget dependency in chroot_firmware.Daniel Baumann
2015-01-04Updating wget dependency in installer_debian-installer to look for wget on ↵Daniel Baumann
the host system rather than the chroot.
2015-01-04Changing package dependency checks within chroot to work outside as well.Daniel Baumann
2015-01-04Adding wget to recommends (Closes: #774326).Daniel Baumann
2014-12-26Dropping support of config type rescue in frontend/cgi.Richard Nelson
2014-12-23Dropping cdebootstrap support (Closes: #773657).Daniel Baumann
debootstrap is the official tool to bootstrap debian, cdebootstrap has had the one or other bug making it broken for times during the release cycles. The extra effort of supporting both debootstrap and cdebootstrap is hardly worth it since the bootstrap stage is cached anyway.
2014-12-10Cleaning up from python removal (LIVE_IMAGE_PARENT_ARCHIVE_AREAS).Daniel Baumann
2014-12-10Updating misc settings for progress-linux.Daniel Baumann
2014-12-10Address "should check that we're building on debian through e.g. a ↵jnqnfe
'derivative-is-based-on' variable or somesuch" fixme.
2014-12-10Bind local repository into chroot directory.Jan Blunck
If a local repository path is given as a mirror URL lets bind it into the chroot. The local repository will be unmounted while processing "remove" or latest by the exit function.