File: index.rst

package info (click to toggle)
bootstrap-vz 0.9.11%2B20180121git-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,244 kB
  • sloc: python: 8,800; sh: 813; makefile: 16
file content (52 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (2)
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: