summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-19Correcting comments in chroot_hooks to match usage.Daniel Baumann
2011-07-19Calling dpkg-divert with --quiet in chroot_dpkg.Daniel Baumann
2011-07-19Enabling hooks based on the mode we're building for.Daniel Baumann
2011-07-19Saving packages in cache even when failing or interrupting a build (Closes: ↵Daniel Baumann
#586929).
2011-07-19Numbering embedded hooks.Daniel Baumann
2011-07-19Consolidating local hooks for chroot and binary into ↵Daniel Baumann
config/hooks/*.{chroot,binary}.
2011-07-19Adding kubuntu mode in order to have different defadefault hooks enabled for ↵Daniel Baumann
ubuntu and kubuntu (needed for #630088).
2011-07-19Also unmounting /run in lb_clean eventhough it's not really needed anyway ↵Daniel Baumann
but let's be on the caucious side (Closes: #633052).
2011-07-19Using --no-check-gpg option when using debootstrap >= 1.0.30 and apt secure ↵Daniel Baumann
is disabled, thanks to Eugenio Paolantonio <me@medesimo.eu> (Closes: #633356).
2011-07-19Adding hook to remove python py files, thanks to Colin Watson ↵Daniel Baumann
<cjwatson@ubuntu.com> (Closes: #631281).
2011-07-19Adding hook for removing gnome icon cache, thanks to Colin Watson ↵Daniel Baumann
<cjwatson@ubuntu.com> (Closes: #630088).
2011-07-18Adding hook for calling update-apt-xapian-index, thanks to Colin Watson ↵Daniel Baumann
<cjwatson@ubuntu.com> (Closes: #627716).
2011-07-18Adding hook for calling update.mlocate, thanks to Colin Watson ↵Daniel Baumann
<cjwatson@ubuntu.com> (Closes: #627332).
2011-07-18Correcting filename of live.debian.net archive file.Daniel Baumann
2011-07-18Moving archives meta data arround in source tree.Daniel Baumann
2011-07-16Skipping binary_linux-image if no kernel was choosen to be installed ↵Daniel Baumann
deliberately, thanks to Adam Conrad <adconrad@ubuntu.com>.
2011-07-15Update VERSION in common.sh to match last release.Richard Nelson
2011-07-15Releasing debian version 3.0~a25-1.debian/3.0_a25-1Daniel Baumann
2011-07-15Adding initial live-build-cron package.Daniel Baumann
2011-07-15Adding live-manual to recommends.Daniel Baumann
2011-07-14Using updated kernel default flavours for sid also for wheezy.Daniel Baumann
2011-07-13Releasing debian version 3.0~a24-1.debian/3.0_a24-1Daniel Baumann
2011-07-13Adding live-config-doc to recommends.Daniel Baumann
2011-07-13Adding live-boot-doc to recommends.Daniel Baumann
2011-07-11Adding extlinux to rescue package list.Daniel Baumann
2011-07-08Correct gdm/gdm3 handling, prefere gdm for squeeze as before and use gdm3 ↵Daniel Baumann
for everything else.
2011-07-04Remove lxde test on LB_TASKS for gdm so we now get gdm3.Richard Nelson
2011-07-04Move lxde package-lists to use gdm3 instead of gdm.Richard Nelson
2011-06-29Releasing debian version 3.0~a23-1.debian/3.0_a23-1Daniel Baumann
2011-06-29Correcting wrong chroot call in chroot_archives, only affecting derivatives.Daniel Baumann
2011-06-29Releasing debian version 3.0~a22-1.debian/3.0_a22-1Daniel Baumann
2011-06-21Making help message about missing po4a in manpages makefile distribution ↵Daniel Baumann
neutral.
2011-06-21Making copyright headers distribution neutral.Daniel Baumann
2011-06-21Making copyright file distribution neutral.Daniel Baumann
2011-06-18Correct keyring packages temporary workaround to not fail when aptitude is ↵Daniel Baumann
selected (Closes: #630919).
2011-06-17Removing forgotten reference to chroot_packages in lb_chroot.Daniel Baumann
2011-06-17Adjust name of archives directory in config tree.Daniel Baumann
2011-06-16Correct rmdir call in top-level Makefiles uninstall target to not fail if ↵Daniel Baumann
there was no prior live-build installation.
2011-06-15Fix default for LB_PARENT_ARCHIVE_AREAS (Closes: #630604).Colin Watson
2011-06-15Since we don't have global packages anymore, renaming ↵Daniel Baumann
lb_chroot_local-packages to lb_chroot_packages and config/chroot_local-packages to config/chroot_packages.
2011-06-15Since we don't have global tasks anymore, renaming lb_chroot_local-tasklists ↵Daniel Baumann
to lb_chroot_task-lists.
2011-06-15Moving config/chroot_local-tasklists/*.list to ↵Daniel Baumann
config/task-lists/*.chroot.list, analogue to config/package-lists.
2011-06-15Moving internal global package lists from 'lists' to 'package-lists'. This ↵Daniel Baumann
is not a user visible change.
2011-06-15Unifying config/chroot_local-packagelists and config/binary_local-packagelists.Daniel Baumann
Rather than using config/chroot_local-packagelists/*.list and config/binary_local-packagelists/*.list, we're simply using config/package-lists/*.chroot.list and config/package-lists/*.binary.list.
2011-06-15Using .list suffix in config/archives.Daniel Baumann
2011-06-15Changing archives key suffix from .gpg to .key.Daniel Baumann
2011-06-15Setting default distribution to wheezy (at least until #622838 is handled).Daniel Baumann
2011-06-15Unifying config/chroot_archives and config/archives, now only using ↵Daniel Baumann
config/archives. Previously, we had config/chroot_sources (or config/chroot_archives) that allowed local configuration for third-party repositories but we also had config/archives (or config/repositories) that did the very same, but also alled to use 'variables' (e.g. @DISTRIBUTION@ or @ARCHIVE_AREAS@ to be used) that got replaces automatically. Now, we have only config/archives that can do both. This gets rid of the unecessary double handling of the same thing in two places.
2011-06-15Renaming chroot_sources script to chroot_archives for consistency with ↵Daniel Baumann
debian-policy terminology.
2011-06-15Renaming repositories option to archives for consistency with debian-policy ↵Daniel Baumann
terminology. In order to be consistent with terminology used in debian-policy, we've always tried to use the same names for the same things. The repository option is one of the last things that were too late in squeeze release cycle to be renamed in time.