Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-16 | fix PREFIX in *.in | Nick Hanley | |
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts. | |||
2022-03-16 | setup-proxy: added no_proxy=localhost to ensure that no proxy is used when ↵ | jakovrr | |
connecting to localhost | |||
2021-11-16 | setup-proxy: use GNU wget when http proxy is set | Natanael Copa | |
busybox wget does not support HTTP CONNECT, unconditionally install gnu wget when proxy is set. ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/10446 ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/32 | |||
2016-11-03 | setup-proxy: indent heredoc | Jakub Jirutka | |
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2012-03-23 | setup-proxy: use ask instead of default_read and add debug stuff | Natanael Copa | |
add -p for setting ROOT so we can debug this easier. | |||
2012-03-05 | setup-proxy: (over?)simplify | Natanael Copa | |
We want avoid asking questions and in the proxy case most people will pick 'none'. For those who needs proxy there is still a possibility to specify the entire proxy url in one shot, rather than asking lot of questions. | |||
2012-02-24 | setup-proxy: minor cleanups | Natanael Copa | |
2012-02-24 | setup-proxy: new tool for configuring proxy | Dieter Bloms | |