This file is indexed.

/usr/share/doc/python3-buildbot-doc/html/index.html is in python3-buildbot-doc 1.1.1-3ubuntu5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Table Of Contents &#8212; Buildbot 1.1.1-3ubuntu5 documentation</title>
    <link rel="stylesheet" href="_static/qtile.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '1.1.1-3ubuntu5',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="shortcut icon" href="_static/icon.png"/>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="1. Buildbot Tutorial" href="tutorial/index.html" /> 
  </head>
  <body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="tutorial/index.html" title="1. Buildbot Tutorial"
             accesskey="N">next</a> |</li>
        <li class="nav-item nav-item-0"><a href="#">Buildbot 1.1.1-3ubuntu5 documentation</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <p>This is the Buildbot documentation for Buildbot version 1.1.1-3ubuntu5.</p>
<p>If you are evaluating Buildbot and would like to get started quickly, start
with the <a class="reference internal" href="tutorial/index.html"><span class="doc">Tutorial</span></a>.  Regular users of Buildbot should
consult the <a class="reference internal" href="manual/index.html"><span class="doc">Manual</span></a>, and those wishing to modify Buildbot
directly will want to be familiar with the <a class="reference internal" href="developer/index.html"><span class="doc">Developer’s Documentation</span></a>.</p>
<div class="section" id="table-of-contents">
<h1>Table Of Contents<a class="headerlink" href="#table-of-contents" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">1. Buildbot Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorial/firstrun.html">1.1. First Run</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/docker.html">1.2. First Buildbot run with Docker</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/tour.html">1.3. A Quick Tour</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/further.html">1.4. Further Reading</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="manual/index.html">2. Buildbot Manual</a><ul>
<li class="toctree-l2"><a class="reference internal" href="manual/introduction.html">2.1. Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/installation/index.html">2.2. Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/concepts.html">2.3. Concepts</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/secretsmanagement.html">2.4. Secret Management</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/configuration.html">2.5. Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/worker-transition.html">2.6. Transition to “worker” terminology</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/customization.html">2.7. Customization</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/new-style-steps.html">2.8. New-Style Build Steps</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/cmdline.html">2.9. Command-line Tool</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/resources.html">2.10. Resources</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/optimization.html">2.11. Optimization</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/plugins.html">2.12. Plugin Infrastructure in Buildbot</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/deploy.html">2.13. Deployment</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="developer/index.html">3. Buildbot Development</a><ul>
<li class="toctree-l2"><a class="reference internal" href="developer/quickstart.html">3.1. Development Quick-start</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/general.html">3.2. General Documents</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/apis.html">3.3. APIs</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/py3-compat.html">3.4. Python3 compatibility</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/classes.html">3.5. Classes</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="relnotes/index.html">4. Release Notes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-1-1-1-2018-04-06">4.1. Buildbot <code class="docutils literal"><span class="pre">1.1.1</span></code> ( <code class="docutils literal"><span class="pre">2018-04-06</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-1-1-0-2018-03-10">4.2. Buildbot <code class="docutils literal"><span class="pre">1.1.0</span></code> ( <code class="docutils literal"><span class="pre">2018-03-10</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-1-0-0-2018-02-11">4.3. Buildbot <code class="docutils literal"><span class="pre">1.0.0</span></code> ( <code class="docutils literal"><span class="pre">2018-02-11</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-15-post1-2018-01-07">4.4. Buildbot <code class="docutils literal"><span class="pre">0.9.15.post1</span></code> ( <code class="docutils literal"><span class="pre">2018-01-07</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-15-2018-01-02">4.5. Buildbot <code class="docutils literal"><span class="pre">0.9.15</span></code> ( <code class="docutils literal"><span class="pre">2018-01-02</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-14-2017-12-08">4.6. Buildbot <code class="docutils literal"><span class="pre">0.9.14</span></code> ( <code class="docutils literal"><span class="pre">2017-12-08</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-13-2017-11-07">4.7. Buildbot <code class="docutils literal"><span class="pre">0.9.13</span></code> ( <code class="docutils literal"><span class="pre">2017-11-07</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-12-post1-2017-10-10">4.8. Buildbot <code class="docutils literal"><span class="pre">0.9.12.post1</span></code> ( <code class="docutils literal"><span class="pre">2017-10-10</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-12-2017-10-05">4.9. Buildbot <code class="docutils literal"><span class="pre">0.9.12</span></code> ( <code class="docutils literal"><span class="pre">2017-10-05</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-11-2017-09-08">4.10. Buildbot <code class="docutils literal"><span class="pre">0.9.11</span></code> ( <code class="docutils literal"><span class="pre">2017-09-08</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-10-2017-08-03">4.11. Buildbot <code class="docutils literal"><span class="pre">0.9.10</span></code> ( <code class="docutils literal"><span class="pre">2017-08-03</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-9-post2-2017-07-06">4.12. Buildbot <code class="docutils literal"><span class="pre">0.9.9.post2</span></code> ( <code class="docutils literal"><span class="pre">2017-07-06</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-9-post1-2017-07-01">4.13. Buildbot <code class="docutils literal"><span class="pre">0.9.9.post1</span></code> ( <code class="docutils literal"><span class="pre">2017-07-01</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-9-2017-06-29">4.14. Buildbot <code class="docutils literal"><span class="pre">0.9.9</span></code> ( <code class="docutils literal"><span class="pre">2017-06-29</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-8-2017-06-14">4.15. Buildbot <code class="docutils literal"><span class="pre">0.9.8</span></code> ( <code class="docutils literal"><span class="pre">2017-06-14</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-7-2017-05-09">4.16. Buildbot <code class="docutils literal"><span class="pre">0.9.7</span></code> ( <code class="docutils literal"><span class="pre">2017-05-09</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-6-2017-04-19">4.17. Buildbot <code class="docutils literal"><span class="pre">0.9.6</span></code> ( <code class="docutils literal"><span class="pre">2017-04-19</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-5-2017-03-18">4.18. Buildbot <code class="docutils literal"><span class="pre">0.9.5</span></code> ( <code class="docutils literal"><span class="pre">2017-03-18</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-4-2017-02-08">4.19. Buildbot <code class="docutils literal"><span class="pre">0.9.4</span></code> ( <code class="docutils literal"><span class="pre">2017-02-08</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-3-2017-01-11">4.20. Buildbot <code class="docutils literal"><span class="pre">0.9.3</span></code> ( <code class="docutils literal"><span class="pre">2017-01-11</span></code> )</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#buildbot-0-9-2-2016-12-13">4.21. Buildbot <code class="docutils literal"><span class="pre">0.9.2</span></code> ( <code class="docutils literal"><span class="pre">2016-12-13</span></code> )</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="relnotes/index.html#older-release-notes">5. Older Release Notes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.1.html">5.1. Release Notes for Buildbot <code class="docutils literal"><span class="pre">0.9.1</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0.html">5.2. Release Notes for Buildbot <code class="docutils literal"><span class="pre">0.9.0</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0rc4.html">5.3. Release Notes for Buildbot <code class="docutils literal"><span class="pre">0.9.0rc4</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0rc3.html">5.4. Release Notes for Buildbot <code class="docutils literal"><span class="pre">0.9.0rc3</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0rc2.html">5.5. Release Notes for Buildbot <code class="docutils literal"><span class="pre">0.9.0rc2</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0rc1.html">5.6. Release Notes for Buildbot <code class="docutils literal"><span class="pre">0.9.0rc1</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b9.html">5.7. Release Notes for Buildbot 0.9.0b9</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b8.html">5.8. Release Notes for Buildbot 0.9.0b8</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b7.html">5.9. Release Notes for Buildbot 0.9.0b7</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b6.html">5.10. Release Notes for Buildbot 0.9.0b6</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b5.html">5.11. Release Notes for Buildbot 0.9.0b5</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b4.html">5.12. Release Notes for Buildbot 0.9.0b4</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b3.html">5.13. Release Notes for Buildbot 0.9.0b3</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b2.html">5.14. Release Notes for Buildbot 0.9.0b2</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.9.0b1.html">5.15. Release Notes for Buildbot 0.9.0b1</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.8.12.html">5.16. Release Notes for Buildbot 0.8.11</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.8.10.html">5.17. Release Notes for Buildbot 0.8.10</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.8.9.html">5.18. Release Notes for Buildbot 0.8.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.8.8.html">5.19. Release Notes for Buildbot v0.8.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.8.7.html">5.20. Release Notes for Buildbot v0.8.7</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/0.8.6.html">5.21. Release Notes for Buildbot v0.8.6p1</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="indices.html">6. Indices and Tables</a></li>
</ul>
</div>
<div class="section" id="copyright">
<h2>Copyright<a class="headerlink" href="#copyright" title="Permalink to this headline"></a></h2>
<p>This documentation is part of Buildbot.</p>
<p>Buildbot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.</p>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</p>
<p>Copyright Buildbot Team Members</p>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="#">
              <img class="logo" src="_static/full_logo.png" alt="Logo"/>
            </a></p>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script><h3>Table Of Contents</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">1. Buildbot Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="manual/index.html">2. Buildbot Manual</a></li>
<li class="toctree-l1"><a class="reference internal" href="developer/index.html">3. Buildbot Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="relnotes/index.html">4. Release Notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="relnotes/index.html#older-release-notes">5. Older Release Notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="indices.html">6. Indices and Tables</a></li>
</ul>

  <h4>Next topic</h4>
  <p class="topless"><a href="tutorial/index.html"
                        title="next chapter">1. Buildbot Tutorial</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/index.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
  </body>
</html>