Which operations exactly had you in mind?I need to makefetchandlibfetchusing"SOCKS5_PROXY="automatically for all those operations where I can't set it manually!
I do believe that I tried something like:/usr/local/etc/poudriere.conf:
Code:# If you are using a proxy define it here: # export HTTP_PROXY=bla # export FTP_PROXY=bla
export SOCKS5_PROXY=localhost:12000
Check vermaden 's article "FreeBSD/Poudriere in High Security Proxy Environments", "Important Poudriere Config Part" (scroll the page half the way down).But it didn't work out and therefore I opened this thread...
SOCKS5_PROXY besides the other PROXY variables.