[buildd-tools-devel] Bug#543315: mk-sbuild-lv does not export http_proxy to schroot environment

Peter Antoniac pan1nx at linux.com
Mon Aug 24 07:02:18 UTC 2009


Package: sbuild
Severity: normal
Tags: patch



-- System Information:
Debian Release: 5.0
Architecture: i386 (i686)

Kernel: Linux 2.6.28 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


mk-sbuild-lv script does not export the http_proxy environment variable. This 
makes it impossible to run the script behind a proxy server.

Patch:

@@ -352,6 +352,7 @@
 #!/bin/bash
 #set -x
 set -e
+export http_proxy=${http_proxy}
 # Reload package lists
 apt-get update || true
 # Pull down signature requirements





More information about the Buildd-tools-devel mailing list