diff options
author | 2016-06-29 21:49:08 +0900 | |
---|---|---|
committer | 2016-06-29 18:26:48 +0200 | |
commit | e9ccc3a086f57507712a44ef2fadc34affa13af9 (patch) | |
tree | e60dc5ed04c36df4d96e8171657f6f705212ea41 | |
parent | 55a26552b0f7e20d676150adaee4083c8d6e59fe (diff) | |
download | paludis-e9ccc3a086f57507712a44ef2fadc34affa13af9.tar.gz paludis-e9ccc3a086f57507712a44ef2fadc34affa13af9.tar.xz |
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>
-rw-r--r-- | doc/faq/howdoi.html.part | 13 | ||||
-rw-r--r-- | doc/faq/index.html.part | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/faq/howdoi.html.part b/doc/faq/howdoi.html.part index 03bf252b2..eccc14632 100644 --- a/doc/faq/howdoi.html.part +++ b/doc/faq/howdoi.html.part @@ -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 diff --git a/doc/faq/index.html.part b/doc/faq/index.html.part index 2c7e67164..1b98a519d 100644 --- a/doc/faq/index.html.part +++ b/doc/faq/index.html.part @@ -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> |