This file is indexed.

/usr/share/doc/buildbot/html/index.html is in buildbot 0.8.9-2.

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
<!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 &mdash; Buildbot 0.8.9-2 documentation</title>
    
    <link rel="stylesheet" href="_static/agogo.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '0.8.9-2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </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/buildbot.ico"/>
    <link rel="top" title="Buildbot 0.8.9-2 documentation" href="#" />
    <link rel="next" title="Buildbot Tutorial" href="tutorial/index.html" /> 
  </head>
  <body>
    <div class="header-wrapper">
      <div class="header">
          <p class="logo"><a href="#">
            <img class="logo" src="_static/header-text-transparent.png" alt="Logo"/>
          </a></p>
        <div class="headertitle"><a
          href="#">Buildbot 0.8.9-2 documentation</a></div>
        <div class="rel">
          <a href="tutorial/index.html" title="Buildbot Tutorial"
             accesskey="N">next</a> |
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a>
        </div>
       </div>
    </div>

    <div class="content-wrapper">
      <div class="content">
        <div class="document">
            
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <p>This is the BuildBot documentation for Buildbot version 0.8.9-2.</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"><em>Tutorial</em></a>.  Regular users of Buildbot should
consult the <a class="reference internal" href="manual/index.html"><em>Manual</em></a>, and those wishing to modify Buildbot
directly will want to be familiar with the <a class="reference internal" href="developer/index.html"><em>Developer's Documentation</em></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">Buildbot Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorial/firstrun.html">First Run</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/docker.html">First Buildbot run with Docker</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/tour.html">A Quick Tour</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/further.html">Further Reading</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="manual/index.html">Buildbot Manual</a><ul>
<li class="toctree-l2"><a class="reference internal" href="manual/introduction.html">Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/installation.html">Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/concepts.html">Concepts</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/configuration.html">Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/customization.html">Customization</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/new-style-steps.html">New-Style Build Steps</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/cmdline.html">Command-line Tool</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/resources.html">Resources</a></li>
<li class="toctree-l2"><a class="reference internal" href="manual/optimization.html">Optimization</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="developer/index.html">Buildbot Development</a><ul>
<li class="toctree-l2"><a class="reference internal" href="developer/master-overview.html">Master Organization</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/definitions.html">Definitions</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/style.html">Buildbot Coding Style</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/tests.html">Buildbot's Test Suite</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/config.html">Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/utils.html">Utilities</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/database.html">Database</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/results.html">Build Result Codes</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/formats.html">File Formats</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/webstatus.html">Web Status</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/master-slave.html">Master-Slave API</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/encodings.html">String Encodings</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/metrics.html">Metrics</a></li>
<li class="toctree-l2"><a class="reference internal" href="developer/classes.html">Classes</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="relnotes/index.html">Release Notes for Buildbot 0.8.9</a><ul>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#master">Master</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#slave">Slave</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#details">Details</a></li>
<li class="toctree-l2"><a class="reference internal" href="relnotes/index.html#older-versions">Older Versions</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="indices-and-tables">
<h2>Indices and Tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
<li><a class="reference internal" href="bb-cfg.html" title="Buildmaster Configuration Index"><em>Buildmaster Configuration Index</em></a></li>
<li><a class="reference internal" href="bb-sched.html" title="Scheduler Index"><em>Scheduler Index</em></a></li>
<li><a class="reference internal" href="bb-chsrc.html" title="Change Source Index"><em>Change Source Index</em></a></li>
<li><a class="reference internal" href="bb-step.html" title="Build Step Index"><em>Build Step Index</em></a></li>
<li><a class="reference internal" href="bb-status.html" title="Status Target Index"><em>Status Target Index</em></a></li>
<li><a class="reference internal" href="bb-cmdline.html" title="Command Line Index"><em>Command Line Index</em></a></li>
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
<li><a class="reference internal" href="search.html"><em>Search Page</em></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>
        <div class="sidebar">
<h3>Table Of Contents</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">Buildbot Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="manual/index.html">Buildbot Manual</a></li>
<li class="toctree-l1"><a class="reference internal" href="developer/index.html">Buildbot Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="relnotes/index.html">Release Notes for Buildbot 0.8.9</a></li>
</ul>

          <h3 style="margin-top: 1.5em;">Search</h3>
          <form class="search" action="search.html" method="get">
            <input type="text" name="q" />
            <input type="submit" value="Go" />
            <input type="hidden" name="check_keywords" value="yes" />
            <input type="hidden" name="area" value="default" />
          </form>
          <p class="searchtip" style="font-size: 90%">
            Enter search terms or a module, class or function name.
          </p>
        </div>
        <div class="clearer"></div>
      </div>
    </div>

    <div class="footer-wrapper">
      <div class="footer">
        <div class="left">
          <a href="tutorial/index.html" title="Buildbot Tutorial"
             >next</a> |
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |
          <a href="genindex.html" title="General Index"
             >index</a>
            <br/>
            <a href="_sources/index.txt"
               rel="nofollow">Show Source</a>
        </div>

        <div class="right">
          
    <div class="footer">
        &copy; Copyright Buildbot Team Members.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
        </div>
        <div class="clearer"></div>
      </div>
    </div>

  </body>
</html>