diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-14 23:15:25 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-24 11:38:25 +0200 |
commit | fd685847ad98e11f1801b7253e398c437c302599 (patch) | |
tree | 8144b4fc71565f12bcda9c91e3d4eca53bdfccb7 /functions | |
parent | d8d5366a6c75dba26fd87a707bf2b4da604cf7b2 (diff) | |
download | vyos-live-build-fd685847ad98e11f1801b7253e398c437c302599.tar.gz vyos-live-build-fd685847ad98e11f1801b7253e398c437c302599.zip |
Moving from cdn.debian.net to http.debian.net as binary mirror.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 0598eadd1..e98e181d9 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -512,7 +512,7 @@ Set_defaults () # Setting mirror which ends up in the image case "${LB_MODE}" in debian) - LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://cdn.debian.net/debian/}" + LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://http.debian.net/debian/}" LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}" ;; @@ -607,7 +607,7 @@ Set_defaults () # Setting backports mirror which ends up in the image case "${LB_MODE}" in debian) - LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://backports.debian.org/debian-backports/}" + LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://http.debian.net/debian-backports/}" LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS:-${LB_MIRROR_BINARY_BACKPORTS}}" ;; |