mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
52 lines
831 B
ReStructuredText
52 lines
831 B
ReStructuredText
|
|
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:
|