diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-27 23:14:12 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-28 00:59:28 +0200 |
| commit | bc50443cf043616c7087f383e11bf85cd233c54e (patch) | |
| tree | d7a6c03bc3207f809f4ca4ab13f079f02df28acf /README.Python | |
| parent | 5fc57865a4124c4432333cb73468ac2494e91d75 (diff) | |
| download | vyos-live-build-bc50443cf043616c7087f383e11bf85cd233c54e.tar.gz vyos-live-build-bc50443cf043616c7087f383e11bf85cd233c54e.zip | |
Moving partial python rewrite to separate branch, let's do it in the jessie+1 cycle rather than go with the current mixed code.
Diffstat (limited to 'README.Python')
| -rw-r--r-- | README.Python | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/README.Python b/README.Python deleted file mode 100644 index 153cd8ea1..000000000 --- a/README.Python +++ /dev/null @@ -1,21 +0,0 @@ -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 |
