mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-23 13:42:52 +00:00
Deploying to gh-pages from @ release-engineering/repo-autoindex@5a9938c05c 🚀
This commit is contained in:
parent
e7576462c7
commit
5ee2c96b5c
7 changed files with 19 additions and 6 deletions
|
@ -16,6 +16,7 @@ It supports:
|
|||
|
||||
- yum repositories (``repodata/repomd.xml``)
|
||||
- pulp file repositories (``PULP_MANIFEST``)
|
||||
- kickstart tree repositories\* (``treeinfo``, ``repodata/repomd.xml``, ``extra_files.json``)
|
||||
|
||||
``repo-autoindex`` provides similar functionality to traditional server-generated
|
||||
directory indexes such as httpd's
|
||||
|
@ -28,6 +29,10 @@ a few key differences:
|
|||
library to integrate with exotic scenarios such as repositories generated on demand
|
||||
or not stored within a traditional filesystem.
|
||||
|
||||
\* ``repo-autoindex`` supports kickstart tree repositories satisfying certain conditions:
|
||||
|
||||
- The kickstart repo contains exactly one yum repo
|
||||
- The yum repo is located in the root of the kickstart tree repo, at exactly ``.``
|
||||
|
||||
Reference: CLI
|
||||
--------------
|
||||
|
|
|
@ -419,7 +419,9 @@ table.footnote td {
|
|||
}
|
||||
|
||||
dl {
|
||||
margin: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ It supports:</p>
|
|||
<ul class="simple">
|
||||
<li><p>yum repositories (<code class="docutils literal notranslate"><span class="pre">repodata/repomd.xml</span></code>)</p></li>
|
||||
<li><p>pulp file repositories (<code class="docutils literal notranslate"><span class="pre">PULP_MANIFEST</span></code>)</p></li>
|
||||
<li><p>kickstart tree repositories* (<code class="docutils literal notranslate"><span class="pre">treeinfo</span></code>, <code class="docutils literal notranslate"><span class="pre">repodata/repomd.xml</span></code>, <code class="docutils literal notranslate"><span class="pre">extra_files.json</span></code>)</p></li>
|
||||
</ul>
|
||||
<p><code class="docutils literal notranslate"><span class="pre">repo-autoindex</span></code> provides similar functionality to traditional server-generated
|
||||
directory indexes such as httpd’s
|
||||
|
@ -63,6 +64,11 @@ in repository metadata, rather than all content within a directory.</p></li>
|
|||
library to integrate with exotic scenarios such as repositories generated on demand
|
||||
or not stored within a traditional filesystem.</p></li>
|
||||
</ul>
|
||||
<p>* <code class="docutils literal notranslate"><span class="pre">repo-autoindex</span></code> supports kickstart tree repositories satisfying certain conditions:</p>
|
||||
<ul class="simple">
|
||||
<li><p>The kickstart repo contains exactly one yum repo</p></li>
|
||||
<li><p>The yum repo is located in the root of the kickstart tree repo, at exactly <code class="docutils literal notranslate"><span class="pre">.</span></code></p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="reference-cli">
|
||||
<h2><a class="toc-backref" href="#id2" role="doc-backlink">Reference: CLI</a><a class="headerlink" href="#reference-cli" title="Permalink to this heading">¶</a></h2>
|
||||
|
@ -234,7 +240,7 @@ of any supported type.</p>
|
|||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
|
||||
|
||||
|
|
||||
<a href="_sources/index.rst.txt"
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue