diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-04-06 12:41:02 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | 2dba32f642f87ad034959947d0b4726fafb1ae4a (patch) | |
tree | 9d93b0b07ca78bfd2e80e1e135b7aed824102da2 | |
parent | 8f293ccd9c3992dc962c440c028d905fdc9939e9 (diff) | |
download | vyos-live-build-2dba32f642f87ad034959947d0b4726fafb1ae4a.tar.gz vyos-live-build-2dba32f642f87ad034959947d0b4726fafb1ae4a.zip |
Adding python readme.
-rw-r--r-- | README.Python | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.Python b/README.Python new file mode 100644 index 000000000..0a1282dea --- /dev/null +++ b/README.Python @@ -0,0 +1,8 @@ +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. |