mk-sbuild-lv: Export http_proxy. LP: #416438

This commit is contained in:
Kees Cook 2009-09-10 10:22:23 -07:00
parent 97faca5bbb
commit 73cd5897c0
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.80) UNRELEASED; urgency=low
* mk-sbuild-lv: Export http_proxy. LP: #416438
-- Michael Terry <michael.terry@canonical.com> Thu, 10 Sep 2009 10:53:30 -0400
ubuntu-dev-tools (0.79) karmic; urgency=low
* Add lp-project-upload: Upload a release tarball to a Launchpad project.

View File

@ -354,6 +354,7 @@ sudo bash -c "cat >> $MNT/finish.sh" <<EOM
#!/bin/bash
#set -x
set -e
export http_proxy=${http_proxy}
# Reload package lists
apt-get update || true
# Pull down signature requirements