Builder for live images based on Debian
Go to file
Daniel Baumann 6bd4253bfa wip (fixme) 2014-08-26 23:50:30 +02:00
components wip (fixme) 2014-08-26 23:50:30 +02:00
data/debian-cd Adding symlink for udeb data for jessie. 2014-06-25 20:43:07 +02:00
debian Releasing debian version 4.0~alpha39-1. 2014-07-24 05:06:08 +02:00
examples Updating copyright notices for 2014. 2014-02-08 17:47:24 +01:00
frontend Add --apt option on frontend/cgi. 2014-06-22 12:15:39 -05:00
functions Dropping warning about unsupported architectures in old defaults function. 2014-08-26 01:39:32 +02:00
manpages Adding --archive-areas to lb-init.1. 2014-08-26 01:35:07 +02:00
scripts Moving mirror configuration from config to init. 2014-08-25 19:26:52 +02:00
share Adding lxc specific hooks. 2014-08-24 03:48:21 +02:00
templates Include mate-desktop in templates/cgi/debian/form.html 2014-07-15 10:13:19 -05: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 some notes on coding style in python readme. 2013-11-06 09:52:45 +01:00
VERSION Releasing debian version 4.0~alpha39-1. 2014-07-24 05:06:08 +02: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.

---

Some notes on coding style:

  * live-build commands should be *prefixed* with the stage:
    chroot-includes, not includes-chroot; -> tab-completion

  * directories/files in the config directory should be *suffixed* with the stage:
    includes.chroot, not chroot.includes; -> sort-order

  * cli arguments should be *suffixed* with the stage:
    --mirror-bootstrap, not --bootstrap-mirror; -> tab-completion