From 791278a59abc2c5731026785aa69fc43bb84779d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 18 Oct 2015 17:52:37 +0200 Subject: reproducible arch: no proxy for rsync --- bin/reproducible_arch_schroot_setup.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/reproducible_arch_schroot_setup.sh') diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh index 9aff264a..ea6786ce 100755 --- a/bin/reproducible_arch_schroot_setup.sh +++ b/bin/reproducible_arch_schroot_setup.sh @@ -71,11 +71,9 @@ tee $SCHROOT_BASE/$TARGET/etc/profile.d/proxy.sh <<-__END__ export http_proxy=$http_proxy export https_proxy=$http_proxy export ftp_proxy=$http_proxy - export rsync_proxy=$http_proxy export HTTP_PROXY=$http_proxy export HTTPS_PROXY=$http_proxy export FTP_PROXY=$http_proxy - export RSYNC_PROXY=$http_proxy export no_proxy="localhost,127.0.0.1" __END__ chmod 755 $SCHROOT_BASE/$TARGET/etc/profile.d/proxy.sh -- cgit v1.2.3-54-g00ecf