Builder for live images based on Debian
Go to file
Daniel Baumann 960de852b7 Adding initial stub for lb init.
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-05 12:20:11 +01:00
components Adding initial stub for lb init. 2013-11-05 12:20:11 +01:00
data/debian-cd Dropping some EOL ubuntu release information. 2013-05-31 13:56:03 +02:00
debian Decrufting depends, recommends and suggests. 2013-11-05 10:52:35 +01:00
examples Updating filenames suffixes of example hook files. 2013-11-04 08:12:02 +01:00
frontend Moving testroot into lb wrapper itself. 2013-11-04 13:00:12 +01:00
functions Switching from global lock file to config tree specific one. 2013-11-04 09:07:51 +01:00
manpages Releasing debian version 4.0~alpha30-1. 2013-11-04 19:10:13 +01:00
scripts Adding initial stub for lb init. 2013-11-05 12:20:11 +01:00
share Updating configuration path in update-apt-file-cache.hook.chroot. 2013-11-03 21:20:33 +01:00
templates Updating cgi templates for current bootstrap version 3.0.0 based theme on live-systems.org. 2013-09-05 21:30:31 +02:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Moving python stubs to their own subdirectory within the source tree. 2013-11-04 07:06:08 +01:00
README.Python Adding python readme. 2013-05-06 14:50:07 +02:00
VERSION Releasing debian version 4.0~alpha30-1. 2013-11-04 19:10:13 +01:00

README.Python

live-build 4.x is transitioning from shell scripts to Python scripts.

In order to ensure a smooth transition without breaks until completion,
one component at the time is being rewritten and re-documented without
interconnection between them.

Once done, the newly Python sources will be shaped into modules and
subcommands properly.