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



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to