Commit 68d22bdb authored by Vagrant Cascadian's avatar Vagrant Cascadian
Browse files

Debian reproducible: Switch armhf nodes to use new proxy.

parent 7a3e34ae
......@@ -138,7 +138,7 @@ else
codethink*)
export http_proxy="http://192.168.101.16:3128" ;;
cbxi4*|wbq0|ff*|jt?1*|virt64[a-z]|virt32[a-z])
export http_proxy="http://10.0.0.15:8000/" ;;
export http_proxy="http://10.0.0.15:3142/" ;;
spectrum)
export http_proxy="http://127.0.0.1:3128" ;;
snapshot) : ;;
......
Acquire::http::Proxy "http://10.0.0.15:8000";
Acquire::http::Proxy "http://10.0.0.15:3142";
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment