Public bug reported:

Binary package hint: sbuild

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

** Affects: sbuild (Ubuntu)
     Importance: Undecided
         Status: New

-- 
mk-sbuild-lv does not export http_proxy to schroot environment
https://bugs.launchpad.net/bugs/416438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to