summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05Translating lb-source-includes.1 manpage into Spanish.chals
2013-11-05Fixing copy and paste error in lb-bootstrap-includes.es.1 manpage, Spanish ↵chals
translation.
2013-11-05Translating lb-chroot-includes.1 manpage into Spanish.chals
2013-11-05Translating lb-bootstrap-includes.1 manpage into Spanish.chals
2013-11-05Translating lb-binary-includes.1 manpage into Spanish.chals
2013-11-05Correcting comment in bootstrap-cdebootstrap.Daniel Baumann
2013-11-05Updating small bits in several .po files, Spanish translation.chals
2013-11-05Translating lb-binary-hooks.1 into Spanish.chals
2013-11-05Fixing typo in lb-binary-hooks.1 manpage.chals
2013-11-05Removing obsolete po4a flag 'no-backups' from manpages/Makefile.chals
2013-11-05Adding --distribution to lb-init.Daniel Baumann
2013-11-05Adding lb-init manpage.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-05Decrufting depends, recommends and suggests.Daniel Baumann
2013-11-04Creating all includes directories in config.Daniel Baumann
2013-11-04Releasing debian version 4.0~alpha30-1.debian/4.0_alpha30-1Daniel Baumann
2013-11-04Adding lb-bootstrap-includes manpage.Daniel Baumann
2013-11-04Correcting error message when no includes have been found in *-includes ↵Daniel Baumann
commands.
2013-11-04Adding bootstrap-includes.Daniel Baumann
2013-11-04Adding lb-source-includes manpage.Daniel Baumann
2013-11-04Adding sources-includes.Daniel Baumann
2013-11-04Adding lb-binary-includes manpage.Daniel Baumann
2013-11-04Rewriting binary_includes in python.Daniel Baumann
2013-11-04Completing incomplete verbose message when copying files in chroot-includes.Daniel Baumann
2013-11-04Correcting spelling typo in python stubs (s/optained/obtained/).Daniel Baumann
2013-11-04Adding dependency check for cpio in chroot-includes.Daniel Baumann
2013-11-04Adding lb-chroot-includes manpage.Daniel Baumann
2013-11-04Updating program description of *-hook commands.Daniel Baumann
2013-11-04Rewriting chroot_includes in python.Daniel Baumann
2013-11-04Updating todos in python stubs.Daniel Baumann
2013-11-04Switching to later submodule naming scheme for python stubs.Daniel Baumann
2013-11-04Removing wrong reference to config/build in lb_*_hooks manpages.Daniel Baumann
2013-11-04Streamlineing a few comments in the python stubs.Daniel Baumann
2013-11-04Handling bootstrap cache inside the bootstrap stubs itself.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-04Moving testroot into lb wrapper itself.Daniel Baumann
2013-11-04Correcting spelling typo in manpages (s/hoooks/hooks/).Daniel Baumann
2013-11-04Harmonizing options markup in manpages.Daniel Baumann
2013-11-04Adding program specification to lb_bootstrap_hooks manpage.Daniel Baumann
2013-11-04Adding program specification to lb_chroot_hooks manpage.Daniel Baumann
2013-11-04Adding program specification to lb_source_hooks manpage.Daniel Baumann
2013-11-04Adding program specification to lb_binary_hooks manpage.Daniel Baumann
2013-11-04Simplifying package cache stanza in python bootstrap stubs.Daniel Baumann
2013-11-04Switching from global lock file to config tree specific one.Daniel Baumann
2013-11-04Updating filenames suffixes of example hook files.Daniel Baumann
2013-11-04Releasing debian version 4.0~alpha29-1.debian/4.0_alpha29-1Daniel Baumann
2013-11-04Replacing os.link calls for hooks with shutil.copy to properly dereference ↵Daniel Baumann
symlinks in python stubs.