1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Base functionality
==================
The base module represents concepts of the bootstrapping process that tasks can interact with
and handles the gather, sorting and running of tasks.
.. toctree::
:maxdepth: 2
:glob:
*
Bootstrap information
---------------------
.. automodule:: bootstrapvz.base.bootstrapinfo
:members:
:private-members:
Manifest
--------
.. automodule:: bootstrapvz.base.manifest
:members:
:private-members:
Tasklist
--------
.. automodule:: bootstrapvz.base.tasklist
:members:
:private-members:
Logging
--------
.. automodule:: bootstrapvz.base.log
:members:
:private-members:
Task
--------
.. automodule:: bootstrapvz.base.task
:members:
:private-members:
Phase
--------
.. automodule:: bootstrapvz.base.phase
:members:
:private-members:
|