summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-27Removing old LB= hack when wrapper was not mandatory.Daniel Baumann
2012-08-27Calling local live-build embedded in config directly rather than to adjust path.Daniel Baumann
2012-08-27Adding some comments about the different locations of live-build in the ↵Daniel Baumann
central lb wrapper.
2012-08-27Exposing --debootstrap-options and --cdebootstrap-options publicly.Daniel Baumann
2012-08-27Applying patch from Colin Watson <cjwatson@ubuntu.com> to correct chroot ↵Daniel Baumann
hooks execution (Closes: #685534).
2012-08-27Correcting wrong bootstrap-qemu-exclude variable in defaults.Daniel Baumann
2012-08-27Removing bootstrap-keyring option.Daniel Baumann
2012-08-27Removing bootstrap-include and bootstrap-exclude options.Daniel Baumann
2012-08-27Removing 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-27Improving 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-24frontend/cgi cleanup remarked line of common function source from last ↵Richard Nelson
commit on l-b-c.cron.
2012-08-24frontend/cgi cleanup and support for clone, config, and build on cron job.Richard Nelson
2012-08-24frontend/cgi only source /usr/lib/live/build.shRichard Nelson
2012-08-24frontend/cgi rename BINARY_INDICES to APT_INDICESRichard Nelson
2012-08-24Moving from cdn.debian.net to http.debian.net as binary mirror.Daniel Baumann
2012-08-24Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for ↵Daniel Baumann
consistency reasons.
2012-08-24Switching back to use the more common ${@} instead of ${*}, it's not ↵Daniel Baumann
required in current lb_clean anymore.
2012-08-14Correcting 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-14Correcting fallback for default binary volatile mirror on ubuntu, thanks to ↵Daniel Baumann
Luigi Capriotti <l.capriotti@xbmc.org>.
2012-08-14Correcting typo in binary_syslinux when writing the flavour name to the ↵Daniel Baumann
config files (Closes: #684865).
2012-08-13Remove frontend/cgi unofficial custom binary and custom bootstrap options.Richard Nelson
2012-08-13Simplyfing sourcing of build.sh and getting away with the broken subshell ↵Daniel Baumann
construct.
2012-08-10Releasing debian version 3.0~a57-1.debian/3.0_a57-1Daniel Baumann
2012-08-09Adding cron to recommends for live-build-cgi.Daniel Baumann
2012-08-09Adding live-build to depends for live-build-cgi.Daniel Baumann
2012-08-07Also removing binary.netboot.tar.xz before re-creating it in binary_netboot.Daniel Baumann
2012-08-04Remove settings that should be handled by --config git option.Richard Nelson
2012-08-04Initial work to support --config git option.Richard Nelson
2012-08-02Removing 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-02Updating lb config --config manpage option to reflect that any Git Id can be ↵Daniel Baumann
specified, not just branches.
2012-07-31Concentrating all parted calls within lb_binary_hdd into one place in order ↵Daniel Baumann
to make things simpler.
2012-07-30Releasing debian version 3.0~a56-1.debian/3.0_a56-1Daniel Baumann
2012-07-30Disabling 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-30Removing chroot_local-patches, too much overhead for just applying patches ↵Daniel Baumann
(notably, with -p1 enforced), hooks are more flexible anyway.
2012-07-30Updating GPL standard header in all files.Daniel Baumann
2012-07-30Adding 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-30Avoid showing message in lb config running the second time through auto on ↵Daniel Baumann
git repository based config trees.
2012-07-30Automatically update auto/config when using --config with extra options.Daniel Baumann
2012-07-30Adding messages about performing git operations when using --config.Daniel Baumann
2012-07-29Adding possibility to specify a git branch when using lb config --config.Daniel Baumann
2012-07-29Releasing debian version 3.0~a55-1.debian/3.0_a55-1Daniel Baumann
2012-07-29Optimizing chroot package-lists handling for the cases where it's not used.Daniel Baumann
2012-07-29Also checking for dctrl-tools when assembling binary package lists.Daniel Baumann
2012-07-29Dropping global package-lists entirely, only local package lists within the ↵Daniel Baumann
config tree are support.
2012-07-29Removing chroot_task-lists, obsoleted by package lists.Daniel Baumann
2012-07-28Handling dctrl-tools temporary installation in chroot during package-lists ↵Daniel Baumann
expansion.
2012-07-28Adding support for executable statements as '! $command' in package lists.Daniel Baumann
2012-07-28Removing debian-junior list, same as with debian-science, see 9ad58f0d.Daniel Baumann
2012-07-28Removing unused debian-live package lists.Daniel Baumann
2012-07-28Removing 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.