2014-03-23 20:03:10 +01:00
|
|
|
|
|
|
|
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
|
2015-04-11 16:17:50 +02:00
|
|
|
:glob:
|
2014-03-23 20:03:10 +01:00
|
|
|
|
2015-04-11 16:17:50 +02:00
|
|
|
*
|
2014-03-23 20:03:10 +01:00
|
|
|
|
|
|
|
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:
|