aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-setup-apkrepos-dont-reset-http_proxy.patch
blob: 6d364b2ba58aae34072bb148741d58e6c4b23109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From a41ef9ab9680ec37588620f38667be22b07c0994 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 27 Sep 2016 20:32:29 +0200
Subject: [PATCH] setup-apkrepos: dont reset http_proxy

it is likely needed if it is set.

ref #6219
---
 setup-apkrepos.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index 136dcf8..5a109a2 100644
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -44,7 +44,6 @@ time_cmd() {
 }
 
 find_fastest_mirror() {
-	export http_proxy=
 	local url=
 	local arch=$(apk --print-arch)
 	for url in $MIRRORS; do
-- 
2.10.0