summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_arch_schroot_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-18 17:52:37 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-18 17:52:37 +0200
commit791278a59abc2c5731026785aa69fc43bb84779d (patch)
tree3124e5219135058c25d590fcb50b31b81baf3851 /bin/reproducible_arch_schroot_setup.sh
parent6360ea25bd872c425a36e6bc72dfc35d0af7e4b4 (diff)
downloadjenkins.debian.net-791278a59abc2c5731026785aa69fc43bb84779d.tar.xz
reproducible arch: no proxy for rsync
Diffstat (limited to 'bin/reproducible_arch_schroot_setup.sh')
-rwxr-xr-xbin/reproducible_arch_schroot_setup.sh2
1 files changed, 0 insertions, 2 deletions
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