Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2012-07-28 | Including gnupg on ubuntu by default through corresponding default for ↵ | Daniel Baumann | |
bootstrap includes. | |||
2012-07-28 | Adding git to suggests. | Daniel Baumann | |
2012-07-28 | Removing unmaintained gnustep package list. | Daniel Baumann | |
2012-07-28 | Showing a message about ignoring --config when the current directory already ↵ | Daniel Baumann | |
is a git repository. | |||
2012-07-28 | Reordering auto/config in lb_config to work with bootstrapping config tree ↵ | Daniel Baumann | |
from a git repository. | |||
2012-07-28 | Allowing to specify a git repository to lb_config in order to bootstrap a ↵ | Daniel Baumann | |
config tree. | |||
2012-07-28 | Moving off rescue package list to its own git repository for the config tree. | Daniel Baumann | |
2012-07-28 | Dropping globale package lists for the desktop environments. | Daniel Baumann | |
For the default images, we're maintaining their config trees in git repositories now. So they're not needed anymore. For people wanting to build e.g. a GNOME image in a 'quick&dirty' way, in the past, they used something like 'lb config -p gnome'. Since we do want to get away with all automagics like this where we need to maintain the package list eventhough tasksel is already doing that (and more), we're now needing people to create a package list, e.g. # echo 'task-gnome-desktop' > config/package-lists/gnome-desktop.list.chroot This is consistent with the package handling where we dropped the 'lb config --packages' in favour for the same mechanism for package lists. With dropping global package lists finally, we'll have consistency and same workflow for everything soon. | |||
2012-07-28 | Dropping global binary includes and moving binary local-includes to ↵ | Daniel Baumann | |
includes, just as with chroot includes and local-includes. | |||
2012-07-27 | Updating all distribution specific selectors in defaults to be as future ↵ | Daniel Baumann | |
proof as possible. | |||
2012-07-27 | Adding release information for jessie. | Daniel Baumann | |
2012-07-20 | Releasing debian version 3.0~a54-1.debian/3.0_a54-1 | Daniel Baumann | |
2012-07-19 | Correcting accidentally reverted check for rsvg in binary_syslinux when ↵ | Daniel Baumann | |
building non-chrooted. | |||
2012-07-19 | Fixing up inclusion of functions while allowing local usage of live-build ↵ | Daniel Baumann | |
with different file layouts. | |||
2012-07-19 | Making sure target directory for syslinux theme files exists when building ↵ | Daniel Baumann | |
non-chrooted. | |||
2012-07-19 | Releasing debian version 3.0~a53-1.debian/3.0_a53-1 | Daniel Baumann | |
2012-07-19 | Removing leftover maintainer scripts from cron removals. | Daniel Baumann | |
2012-07-19 | Correcting spelling typo in 3.0~a52-1 changelog entry. | Daniel Baumann | |
2012-07-19 | Adding missing copyright fields in copyright file. | Daniel Baumann | |
2012-07-19 | Removing ubuntu-cloud and ubuntu-cloud-desktop package lists. | Daniel Baumann | |
This package list has had a spelling typo since its initial commit. Nobody has ever reported that and the official live-build package in ubuntu does not ship these lists either. Apparently nobody uses them, so we can remove them to improve quantity/quality ratio. | |||
2012-07-19 | Removing warning from minimal package list about minimal hook, which isn't ↵ | Daniel Baumann | |
the case anymore. |