diff options
author | Daniel Baumann <daniel@debian.org> | 2011-02-19 23:54:58 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:44 +0100 |
commit | 7910dbf33016348f9befae0ff5316230ea6ce609 (patch) | |
tree | 8cb5b75c985a9e9557d5950f5754e80e1935f2af /functions | |
parent | 87c8dbc24192e69a2208adbeb21e1a417a4c76a5 (diff) | |
download | vyos-live-build-7910dbf33016348f9befae0ff5316230ea6ce609.tar.gz vyos-live-build-7910dbf33016348f9befae0ff5316230ea6ce609.zip |
Updating default mirrors for emdebian (Closes: #614120).
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 bed37467c..39c85e97e 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -302,7 +302,7 @@ Set_defaults () ;; emdebian) - LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://buildd.emdebian.org/grip/}" + LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://www.emdebian.org/grip/}" LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-${LB_PARENT_MIRROR_BOOTSTRAP}}" ;; @@ -423,7 +423,7 @@ Set_defaults () ;; emdebian) - LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://buildd.emdebian.org/grip/}" + LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://www.emdebian.org/grip/}" LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_PARENT_MIRROR_BINARY}}" ;; |