paludis {index,howdoi}.html.part: drop outdated distcc guide

Change-Id: Icd50ff2af47b094f65aa2cb71793f5152d03ffca
Reviewed-on: https://galileo.mailstation.de/gerrit/6569
Reviewed-by: Bo Ørsted Andresen <zlin@exherbo.org>
This commit is contained in:
Irvin Choi 2016-06-29 21:49:08 +09:00 committed by Bo Ørsted Andresen
parent 55a26552b0
commit e9ccc3a086
2 changed files with 0 additions and 14 deletions

@ -4,7 +4,6 @@
<ul>
<li><a href="howdoi.html#ccache">Use <code>ccache</code></a></li>
<li><a href="howdoi.html#distcc">Use <code>distcc</code></a></li>
<li><a href="howdoi.html#unmask">Unmask a Package</a></li>
<li><a href="howdoi.html#syncfromcvs">Sync from CVS</a></li>
<li><a href="howdoi.html#syncfromsnapshot">Sync from a Gentoo tree snapshot</a></li>
@ -30,18 +29,6 @@ will sometimes use the <code>paludisbuild</code> user when compiling.
You can set the maxium size of the cache by running (for example)
<code>CCACHE_DIR="/var/tmp/ccache" ccache -M 2G</code> once as root.</p>
<h2 id="distcc">Use <code>distcc</code></h2>
<p>To enable <code>distcc</code>, simply set the relevant variables in your
configuration <code>bashrc</code>:</p>
<pre>
DISTCC_DIR="/var/tmp/paludis/.distcc"
DISTCC_HOSTS="localhost another_host"
PATH="/usr/lib/distcc/bin:${PATH}"
SANDBOX_WRITE="${SANDBOX_WRITE}:${DISTCC_DIR}"
</pre>
<h2 id="unmask">Unmask a Package</h2>
<p>First, you need to determine how a package is masked. The easiest way to do

@ -25,7 +25,6 @@ functionality. Pestering anyone about these is liable to get you hurt a lot.</p>
<ul>
<li><a href="howdoi.html#ccache">Use <code>ccache</code></a></li>
<li><a href="howdoi.html#distcc">Use <code>distcc</code></a></li>
<li><a href="howdoi.html#unmask">Unmask a Package</a></li>
<li><a href="howdoi.html#syncfromcvs">Sync from CVS</a></li>
<li><a href="howdoi.html#syncfromsnapshot">Sync from a Gentoo tree snapshot</a></li>