Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
68d22bdb
Commit
68d22bdb
authored
Jan 20, 2022
by
Vagrant Cascadian
Browse files
Debian reproducible: Switch armhf nodes to use new proxy.
parent
7a3e34ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/common-functions.sh
View file @
68d22bdb
...
...
@@ -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
)
:
;;
...
...
hosts/common-armhf/etc/apt/apt.conf.d/80proxy
View file @
68d22bdb
Acquire::http::Proxy "http://10.0.0.15:
8000
";
Acquire::http::Proxy "http://10.0.0.15:
3142
";
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment