Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Update development docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 15, 2023
1 parent d21fd08 commit 36bcda0
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ vet`` on the full codebase.
Running the full test suite
===========================

The Warewulf ``Makefile`` includes a ``test-it`` target which runs the
The Warewulf ``Makefile`` includes a ``test`` target which runs the
full test suite.

.. code-block:: console
$ make test-it
$ make test
Using delve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Vagrantfile
git clone https://github.com/hpcng/warewulf.git
cd warewulf
git checkout v4.4.0
make genconfig \
make clean Defaults.mk \
PREFIX=/usr \
BINDIR=/usr/bin \
SYSCONFDIR=/etc \
Expand Down
2 changes: 1 addition & 1 deletion static/docs/development/_sources/quickstart/el8.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install Warewulf and dependencies
git clone https://github.com/hpcng/warewulf.git
cd warewulf
make genconfig \
make clean Defaults.mk \
PREFIX=/usr \
BINDIR=/usr/bin \
SYSCONFDIR=/etc \
Expand Down
2 changes: 1 addition & 1 deletion static/docs/development/_sources/quickstart/el9.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install Warewulf and dependencies
git clone https://github.com/hpcng/warewulf.git
cd warewulf
make genconfig \
make clean Defaults.mk \
PREFIX=/usr \
BINDIR=/usr/bin \
SYSCONFDIR=/etc \
Expand Down
2 changes: 1 addition & 1 deletion static/docs/development/_sources/quickstart/suse15.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install Warewulf and dependencies
git clone https://github.com/hpcng/warewulf.git
cd warewulf
PREFIX=/usr SYSCONFDIR=/etc TFTPDIR=/srv/tftproot LOCALSTATEDIR=/var/lib make genconfig
PREFIX=/usr SYSCONFDIR=/etc TFTPDIR=/srv/tftproot LOCALSTATEDIR=/var/lib make clean Defaults.mk
make all
sudo make install
Expand Down
4 changes: 2 additions & 2 deletions static/docs/development/contributing/debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ <h2>Validating the code with vet<a class="headerlink" href="#validating-the-code
</section>
<section id="running-the-full-test-suite">
<h2>Running the full test suite<a class="headerlink" href="#running-the-full-test-suite" title="Permalink to this heading"></a></h2>
<p>The Warewulf <code class="docutils literal notranslate"><span class="pre">Makefile</span></code> includes a <code class="docutils literal notranslate"><span class="pre">test-it</span></code> target which runs the
<p>The Warewulf <code class="docutils literal notranslate"><span class="pre">Makefile</span></code> includes a <code class="docutils literal notranslate"><span class="pre">test</span></code> target which runs the
full test suite.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>make<span class="w"> </span>test-it
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>make<span class="w"> </span><span class="nb">test</span>
</pre></div>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h3>Vagrantfile<a class="headerlink" href="#vagrantfile" title="Permalink to thi
<span class="s"> git clone https://github.com/hpcng/warewulf.git</span>
<span class="s"> cd warewulf</span>
<span class="s"> git checkout v4.4.0</span>
<span class="s"> make genconfig \</span>
<span class="s"> make clean Defaults.mk \</span>
<span class="s"> PREFIX=/usr \</span>
<span class="s"> BINDIR=/usr/bin \</span>
<span class="s"> SYSCONFDIR=/etc \</span>
Expand Down
2 changes: 1 addition & 1 deletion static/docs/development/quickstart/el8.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2>Install Warewulf and dependencies<a class="headerlink" href="#install-warewu

git<span class="w"> </span>clone<span class="w"> </span>https://github.com/hpcng/warewulf.git
<span class="nb">cd</span><span class="w"> </span>warewulf
make<span class="w"> </span>genconfig<span class="w"> </span><span class="se">\</span>
make<span class="w"> </span>clean<span class="w"> </span>Defaults.mk<span class="w"> </span><span class="se">\</span>
<span class="w"> </span><span class="nv">PREFIX</span><span class="o">=</span>/usr<span class="w"> </span><span class="se">\</span>
<span class="w"> </span><span class="nv">BINDIR</span><span class="o">=</span>/usr/bin<span class="w"> </span><span class="se">\</span>
<span class="w"> </span><span class="nv">SYSCONFDIR</span><span class="o">=</span>/etc<span class="w"> </span><span class="se">\</span>
Expand Down
2 changes: 1 addition & 1 deletion static/docs/development/quickstart/el9.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2>Install Warewulf and dependencies<a class="headerlink" href="#install-warewu

git<span class="w"> </span>clone<span class="w"> </span>https://github.com/hpcng/warewulf.git
<span class="nb">cd</span><span class="w"> </span>warewulf
make<span class="w"> </span>genconfig<span class="w"> </span><span class="se">\</span>
make<span class="w"> </span>clean<span class="w"> </span>Defaults.mk<span class="w"> </span><span class="se">\</span>
<span class="w"> </span><span class="nv">PREFIX</span><span class="o">=</span>/usr<span class="w"> </span><span class="se">\</span>
<span class="w"> </span><span class="nv">BINDIR</span><span class="o">=</span>/usr/bin<span class="w"> </span><span class="se">\</span>
<span class="w"> </span><span class="nv">SYSCONFDIR</span><span class="o">=</span>/etc<span class="w"> </span><span class="se">\</span>
Expand Down
2 changes: 1 addition & 1 deletion static/docs/development/quickstart/suse15.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2>Install Warewulf and dependencies<a class="headerlink" href="#install-warewu

git<span class="w"> </span>clone<span class="w"> </span>https://github.com/hpcng/warewulf.git
<span class="nb">cd</span><span class="w"> </span>warewulf
<span class="nv">PREFIX</span><span class="o">=</span>/usr<span class="w"> </span><span class="nv">SYSCONFDIR</span><span class="o">=</span>/etc<span class="w"> </span><span class="nv">TFTPDIR</span><span class="o">=</span>/srv/tftproot<span class="w"> </span><span class="nv">LOCALSTATEDIR</span><span class="o">=</span>/var/lib<span class="w"> </span>make<span class="w"> </span>genconfig
<span class="nv">PREFIX</span><span class="o">=</span>/usr<span class="w"> </span><span class="nv">SYSCONFDIR</span><span class="o">=</span>/etc<span class="w"> </span><span class="nv">TFTPDIR</span><span class="o">=</span>/srv/tftproot<span class="w"> </span><span class="nv">LOCALSTATEDIR</span><span class="o">=</span>/var/lib<span class="w"> </span>make<span class="w"> </span>clean<span class="w"> </span>Defaults.mk
make<span class="w"> </span>all
sudo<span class="w"> </span>make<span class="w"> </span>install
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion static/docs/development/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 36bcda0

Please sign in to comment.