Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-27 | Removing old LB= hack when wrapper was not mandatory. | Daniel Baumann | |
2012-08-27 | Calling local live-build embedded in config directly rather than to adjust path. | Daniel Baumann | |
2012-08-27 | Adding some comments about the different locations of live-build in the ↵ | Daniel Baumann | |
central lb wrapper. | |||
2012-08-27 | Exposing --debootstrap-options and --cdebootstrap-options publicly. | Daniel Baumann | |
2012-08-27 | Applying patch from Colin Watson <cjwatson@ubuntu.com> to correct chroot ↵ | Daniel Baumann | |
hooks execution (Closes: #685534). | |||
2012-08-27 | Correcting wrong bootstrap-qemu-exclude variable in defaults. | Daniel Baumann | |
2012-08-27 | Removing bootstrap-keyring option. | Daniel Baumann | |
2012-08-27 | Removing bootstrap-include and bootstrap-exclude options. | Daniel Baumann | |
2012-08-27 | Removing bootstrap-flavour option (Closes: #685675). | Daniel Baumann | |
live-build does too much magic that causes too much effort in maintaining for stuff that hardly everyone uses. Rather than 'translating' back and forth and maintaining compatibility between options of different debootstrap and cdebootstrap versions (and possibly any other in the future), it's is better to 'off-load' this to the user. For non-live specific options passed to the bootstrap tools, we'll be introducing --debootstrap-options and --cdebootstrap-options where users can specify their additional options passed to the respective bootstrap tool, rather than us maintaining them in a 'hardcoded' and selected list. | |||
2012-08-27 | Improving check for missing apt-ftparchive to check for the actual file, ↵ | Daniel Baumann | |
rather than to check for a possible missleading bootstrap flavour. | |||
2012-08-24 | frontend/cgi cleanup remarked line of common function source from last ↵ | Richard Nelson | |
commit on l-b-c.cron. | |||
2012-08-24 | frontend/cgi cleanup and support for clone, config, and build on cron job. | Richard Nelson | |
2012-08-24 | frontend/cgi only source /usr/lib/live/build.sh | Richard Nelson | |
2012-08-24 | frontend/cgi rename BINARY_INDICES to APT_INDICES | Richard Nelson | |
2012-08-24 | Moving from cdn.debian.net to http.debian.net as binary mirror. | Daniel Baumann | |
2012-08-24 | Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for ↵ | Daniel Baumann | |
consistency reasons. | |||
2012-08-24 | Switching back to use the more common ${@} instead of ${*}, it's not ↵ | Daniel Baumann | |
required in current lb_clean anymore. | |||
2012-08-14 | Correcting wrong path to syslinux configuration files when using live-build ↵ | Daniel Baumann | |
from a local git clone, thanks to Raphael Hertzog <hertzog@debian.org> (Closes: #684893). | |||
2012-08-14 | Correcting fallback for default binary volatile mirror on ubuntu, thanks to ↵ | Daniel Baumann | |
Luigi Capriotti <l.capriotti@xbmc.org>. | |||
2012-08-14 | Correcting typo in binary_syslinux when writing the flavour name to the ↵ | Daniel Baumann | |
config files (Closes: #684865). | |||
2012-08-13 | Remove frontend/cgi unofficial custom binary and custom bootstrap options. | Richard Nelson | |
2012-08-13 | Simplyfing sourcing of build.sh and getting away with the broken subshell ↵ | Daniel Baumann | |
construct. | |||
2012-08-10 | Releasing debian version 3.0~a57-1.debian/3.0_a57-1 | Daniel Baumann | |
2012-08-09 | Adding cron to recommends for live-build-cgi. | Daniel Baumann | |
2012-08-09 | Adding live-build to depends for live-build-cgi. | Daniel Baumann | |
2012-08-07 | Also removing binary.netboot.tar.xz before re-creating it in binary_netboot. | Daniel Baumann | |
2012-08-04 | Remove settings that should be handled by --config git option. | Richard Nelson | |
2012-08-04 | Initial work to support --config git option. | Richard Nelson | |
2012-08-02 | Removing manpage stubs for second-level commands. | Daniel Baumann | |
We don't have proper manpages for lb_*_* commands yet, rather than having a useless stub for it that's just a boilerplate and nothing more, let's remove them for now, and add them back one by one but with full reference content. | |||
2012-08-02 | Updating lb config --config manpage option to reflect that any Git Id can be ↵ | Daniel Baumann | |
specified, not just branches. | |||
2012-07-31 | Concentrating all parted calls within lb_binary_hdd into one place in order ↵ | Daniel Baumann | |
to make things simpler. | |||
2012-07-30 | Releasing debian version 3.0~a56-1.debian/3.0_a56-1 | Daniel Baumann | |
2012-07-30 | Disabling volatile for wheezy for the time being. | Daniel Baumann | |
Why oh why can people not just create empty indices for the auxiliary repositories once they populate a new suite in the main archive, this is so obvious and I say it after every release.. Keeping these things constantly in sync with reality is tedious, just stupid and sucks big time. | |||
2012-07-30 | Removing chroot_local-patches, too much overhead for just applying patches ↵ | Daniel Baumann | |
(notably, with -p1 enforced), hooks are more flexible anyway. | |||
2012-07-30 | Updating GPL standard header in all files. | Daniel Baumann | |
2012-07-30 | Adding shortcut helper for dctrl-tools. | Daniel Baumann | |
This 'Packages' shortcut helper can be used for simplified usage of grep-aptavailable from dctrl-tools. Rather than needing to specify the following explicit command: ! grep-aptavail -n -sPackage -FPriority standard in package lists, the following shortcut can be used: ! Packages Priority standard | |||
2012-07-30 | Avoid showing message in lb config running the second time through auto on ↵ | Daniel Baumann | |
git repository based config trees. | |||
2012-07-30 | Automatically update auto/config when using --config with extra options. | Daniel Baumann | |
2012-07-30 | Adding messages about performing git operations when using --config. | Daniel Baumann | |
2012-07-29 | Adding possibility to specify a git branch when using lb config --config. | Daniel Baumann | |
2012-07-29 | Releasing debian version 3.0~a55-1.debian/3.0_a55-1 | Daniel Baumann | |
2012-07-29 | Optimizing chroot package-lists handling for the cases where it's not used. | Daniel Baumann | |
2012-07-29 | Also checking for dctrl-tools when assembling binary package lists. | Daniel Baumann | |
2012-07-29 | Dropping global package-lists entirely, only local package lists within the ↵ | Daniel Baumann | |
config tree are support. | |||
2012-07-29 | Removing chroot_task-lists, obsoleted by package lists. | Daniel Baumann | |
2012-07-28 | Handling dctrl-tools temporary installation in chroot during package-lists ↵ | Daniel Baumann | |
expansion. | |||
2012-07-28 | Adding support for executable statements as '! $command' in package lists. | Daniel Baumann | |
2012-07-28 | Removing debian-junior list, same as with debian-science, see 9ad58f0d. | Daniel Baumann | |
2012-07-28 | Removing unused debian-live package lists. | Daniel Baumann | |
2012-07-28 | Removing minimal package list, not needed anymore. | Daniel Baumann | |
live-boot pulls in eject and file through recommends, live-config pulls in user-setup and sudo through recommends, gnupg is pulled in as include during bootstrap on ubuntu. We don't need these packages by default, and if users are building with recommends disabled, then they have to make sure these are pulled in too. This is the more consistent handling than to explicitly force all of these in all live images. |