summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-11 23:11:45 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-11 23:11:45 +0000
commit61af678505d81501ba8dfa8bc4a9aa0b1a61112a (patch)
treebae8dd55cc34e55c59e1930367e68ac91a0f9bc0 /handbook
parentef1315e09f9b63d14ad46ab02780c76a9e306fc6 (diff)
downloadpoky-61af678505d81501ba8dfa8bc4a9aa0b1a61112a.tar.gz
handbook/faq.xml: Add a QA about proxy server setup
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5191 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook')
-rw-r--r--handbook/faq.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/handbook/faq.xml b/handbook/faq.xml
index 061ed563ce..4bd1b7a493 100644
--- a/handbook/faq.xml
+++ b/handbook/faq.xml
@@ -226,6 +226,24 @@
226 </para> 226 </para>
227 </answer> 227 </answer>
228 </qandaentry> 228 </qandaentry>
229 <qandaentry>
230 <question>
231 <para>
232 I'm behind a firewall and need to use a proxy server. How do I do that?
233 </para>
234 </question>
235 <answer>
236 <para>
237 Most source fetching by Poky is done by wget and you therefore need to specify the proxy
238 settings in a .wgetrc file in your home directory. Example settings in that file would be
239 'http_proxy = http://proxy.yoyodyne.com:18023/' and 'ftp_proxy = http://proxy.yoyodyne.com:18023/'.
240 Poky also includes a site.conf.sample file which shows how to configure cvs and git proxy servers
241 if needed.
242 </para>
243 </answer>
244 </qandaentry>
245
246
229</qandaset> 247</qandaset>
230</appendix> 248</appendix>
231<!-- 249<!--