mk-sbuild-lv does not export http_proxy to schroot environment
Bug #416438 reported by
Marko Poutiainen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sbuild (Debian) |
Fix Released
|
Unknown
|
|||
sbuild (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
ubuntu-dev-tools (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
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=
# Reload package lists
apt-get update || true
# Pull down signature requirements
Changed in sbuild (Debian): | |
status: | Unknown → New |
Changed in sbuild (Debian): | |
status: | New → Fix Released |
To post a comment you must log in.
Added to upstream. I confirm that it was quite bad if you are forced to use proxy and the sdebuild will not debootstrap your system because of the proxy.