summaryrefslogtreecommitdiff
path: root/scripts/build/config
AgeCommit message (Collapse)Author
2014-11-11Applying slightly modified patch from Rui Miguel P. Bernardo ↵tmp-snapshotRichard Nelson
<rui.bernardo.pt@gmail.com> to provide support of --snapshot option for utilizing snapshot.debian.org.
2014-09-09Making populating of live.chroot.list distribution specific.Daniel Baumann
2014-09-04Creating live.list.chroot with live packages in config.Daniel Baumann
2014-08-28Moving partial python rewrite to separate branch, let's do it in the ↵Daniel Baumann
jessie+1 cycle rather than go with the current mixed code.
2014-04-25Failing in lb config when config wasn't initialized first with lb init ↵Daniel Baumann
(Closes: #744365).
2014-02-08Updating copyright notices for 2014.Daniel Baumann
2013-11-06Moving live-build development disclaimer message from lb-config to lb-init.Daniel Baumann
2013-11-06Moving bootstrapping of derivative archive-keys from config to init.Daniel Baumann
2013-11-05Adding initial stub for lb init.Daniel Baumann
In the past, we had lb config for both creating a configuration directory and updating settings in there. With the rewrite in Python, we're now changing this finally to the more sane 'init' (create initial 'sample' configuration directory tree, taking most arguments that lb config did) and 'config' which will only be a get/set program to work on top of an already initialized configuration tree.
2013-11-05Dropping chroot_live-packages by moving logic outside of live-build into the ↵Daniel Baumann
config directory.
2013-11-04Creating all includes directories in config.Daniel Baumann
2013-11-04Stuffing bootstrapping of archive-keys for derivatives into lb_config, it's ↵Daniel Baumann
not a runtime thing and its logic should not be embedded in live-build but the config directory.
2013-11-03Automatically symlink hooks upon creation of the configuration tree.Daniel Baumann
2013-10-23Dropping incomplete and not really supported exposed root mode.Daniel Baumann
This might come back in future if there's demand for it and the base is sufficiently cleaned up first.
2013-10-17Adding note about outdated/unsupported versions in general ↵Daniel Baumann
develop-ment-version warning message.
2013-10-17Making warning about alpha version of live-build in lb_config conditional on ↵Daniel Baumann
the internal version.
2013-08-07Correcting wrong defaults setting for parent distribution in config/build.Daniel Baumann
2013-06-25Dropping global archive definitions shipped in ↵Daniel Baumann
/usr/share/live/build/archives (same as with packagelists, hidden archive 'magic' is gone now in favour of explicit config tree configuration).
2013-06-24Using includes.installer instead of includes.debian-installer.Daniel Baumann
2013-05-06Dropping now unused intermediate config/image.Daniel Baumann
2013-05-06Temporary hack for lb config to produce config/build until stuff is cleaned ↵Daniel Baumann
up properly.
2013-05-06Removing dedicated emdebian mode, this can entirely be handled with ↵Daniel Baumann
different defaults.
2013-05-06Renaming config/control to config/image.Daniel Baumann
2013-05-06Dropping dedicated updates (formerly volatile) mirror handling, not needed ↵Daniel Baumann
anymore.
2013-05-06Dropping dedicated backports mirror handling, not needed anymore with the ↵Daniel Baumann
move of backports.d.o into ftp.d.o.
2013-05-06Removing all references to my old email address.Daniel Baumann
2013-05-06Making messages about reading system conffiles in lb config more accurate.Daniel Baumann
2013-05-06Also showing distribution in lb config initial messages.Daniel Baumann
2013-05-06Removing non-existent --apt-indices none references.Daniel Baumann
2013-05-06Removing incomplete support for fakeroot.Daniel Baumann
2013-05-06Removing incomplete support for root-command.Daniel Baumann
2013-05-06Dropping powerpc bootloader support (yaboot), there is nobody actively ↵Daniel Baumann
maintaining this in live-build.
2013-05-06Dropping theme package support, themes are either in the config tree or the ↵Daniel Baumann
embedded one from live-build is used.
2013-05-06Avoiding to unconditionally adding whitespace seperator to config/control ↵Daniel Baumann
for existing configs.
2013-05-06Adding support for sha512 checksums.Daniel Baumann
2013-05-06Updating year in all copyright notices.Daniel Baumann
2013-05-06Only writing out Parent-Archive-Areas field into configuration when building ↵Daniel Baumann
a derivative.
2013-05-06Moving off binary image parent archive areas into new config tree format.Daniel Baumann
2013-05-06Moving off binary image archive areas into new config tree format.Daniel Baumann
2013-05-06Improving warning wording to reflect unfinished state of code better.Ben Armstrong
2013-05-06Adding explicit warning for people that do not understand what stable is.Daniel Baumann
2013-05-06Using image name from configuration to name binary output files.Daniel Baumann
2013-05-06Separate between configured values and runtime values in new configuration ↵Daniel Baumann
handling.
2013-05-06Moving off binary image architecture into new config tree format.Daniel Baumann
2013-05-06Moving off binary image type into new config tree format.Daniel Baumann
2013-05-06Moving configuration version off as the first option into new config tree ↵Daniel Baumann
format.
2013-05-06Removing kubuntu mode, it's not different anymore to standard ubuntu mode.Daniel Baumann
2013-05-06Avoid re-populating an already populated configuration tree when using lb ↵Daniel Baumann
config --config.
2013-05-06Adding support for live-images configs and arbitrary configuration ↵Daniel Baumann
directories in lb_config --config option.
2013-05-06Skipping creation of soon to be replaced config/templates directory.Daniel Baumann