summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-02-19 23:54:58 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:44 +0100
commit7910dbf33016348f9befae0ff5316230ea6ce609 (patch)
tree8cb5b75c985a9e9557d5950f5754e80e1935f2af
parent87c8dbc24192e69a2208adbeb21e1a417a4c76a5 (diff)
downloadvyos-live-build-7910dbf33016348f9befae0ff5316230ea6ce609.tar.gz
vyos-live-build-7910dbf33016348f9befae0ff5316230ea6ce609.zip
Updating default mirrors for emdebian (Closes: #614120).
-rwxr-xr-xfunctions/defaults.sh4
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}}"
;;