User Tools

Site Tools


doc:howto:tce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
doc:howto:tce [2019/09/17 10:43]
stefanbaur [Build system prerequisites for all variants] added netcat to list of required packages
doc:howto:tce [2019/09/17 11:15]
stefanbaur [Configuring the Build] updated apt-cacher-ng detection and actions to take if successful
Line 46: Line 46:
  
 if nc -z 127.0.0.1 3142 ; then  if nc -z 127.0.0.1 3142 ; then 
- export https_proxy=http://127.0.0.1:3142/  + # bad idea with apt-cacher-ng, but will work with e.g. squid 
- export http_proxy=http://127.0.0.1:3142+export https_proxy=http://127.0.0.1:3128/  
- export ftp_proxy=http://127.0.0.1:3142/+ export http_proxy=http://127.0.0.1:3128
 + export ftp_proxy=http://127.0.0.1:3128/
  
- export LB_APT_FTP_PROXY=$ftp_proxy + export LB_APT_FTP_PROXY=http://127.0.0.1:3142/  
- export LB_APT_HTTP_PROXY=$http_proxy+ export LB_APT_HTTP_PROXY=http://127.0.0.1:3142/ 
 fi fi
  
doc/howto/tce.txt · Last modified: 2024/01/26 19:49 by stefanbaur