Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-28 | Moving 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-08-24 | Setting default distribution to jessie. | Daniel Baumann | |
2014-04-28 | Correcting os.chmod usage in lb init. | Daniel Baumann | |
2014-04-26 | Ensuring correct include directory permissions avoiding tainting of target ↵ | Daniel Baumann | |
system in lb init. | |||
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-11-10 | Pre-emptively removing occurances of the short name of the Debian derivative ↵ | Daniel Baumann | |
from Canonical that cannot be named. | |||
2013-11-07 | Correcting file open modes in lb-init. | Daniel Baumann | |
2013-11-06 | Moving live-build development disclaimer message from lb-config to lb-init. | Daniel Baumann | |
2013-11-06 | Moving bootstrapping of derivative archive-keys from config to init. | Daniel Baumann | |
2013-11-05 | Adding --distribution to lb-init. | Daniel Baumann | |
2013-11-05 | Adding 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. |