@@ -64,8 +64,8 @@ dstroot=`getconfig TftpPath`/`getconfig TftpDiBase`/
date=`date +%Y-%m-%d`
dst=$arch/$date-$suite
-case "`getconfig HttpProxy`" in
-?*) export http_proxy=`getconfig HttpProxy` ;;
+case "`getconfig DebianMirrorProxy`" in
+?*) export http_proxy=`getconfig DebianMirrorProxy` ;;
esac
cd $dstroot
@@ -27,7 +27,7 @@ fetch () {
# and (2) if we are explicitly using a proxy to avoid getting
# stale data (bearing in mind that we run this interactively only)
: ${mg_update_proxy=$(
- cd $mg_update_org_pwd && getconfig HttpProxy
+ cd $mg_update_org_pwd && getconfig DebianMirrorProxy
)}
curl -s -H 'Pragma: no-cache' \
${mg_update_proxy+-x} ${mg_update_proxy} \