diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-04-21 17:48:13 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:05:31 +0000 |
commit | ba34645a988c4c5daf702050ab9bb2e9b630b44d (patch) | |
tree | e0d5c6db7579b56308f4d092952e403becd984a5 /share/scripts/debconf.d/0003-debconf | |
parent | Adding upstream version 20160401. (diff) | |
download | open-infrastructure-compute-tools-ba34645a988c4c5daf702050ab9bb2e9b630b44d.tar.xz open-infrastructure-compute-tools-ba34645a988c4c5daf702050ab9bb2e9b630b44d.zip |
Adding upstream version 20160415.upstream/20160415
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/scripts/debconf.d/0003-debconf')
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index 2d0e3a9..03db192 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -298,7 +298,7 @@ Mirror () then case "${MODE}" in debian) - db_set cnt-debconf/mirror http://httpredir.debian.org/debian + db_set cnt-debconf/mirror http://ftp.debian.org/debian db_fset cnt-debconf/mirror seen false ;; @@ -319,7 +319,7 @@ Mirror () then case "${MODE}" in debian) - MIRROR="http://httpredir.debian.org/debian" + MIRROR="http://ftp.debian.org/debian" ;; progress-linux) @@ -391,7 +391,7 @@ Parent_mirror () then case "${MODE}" in progress-linux) - db_set cnt-debconf/parent-mirror http://httpredir.debian.org/debian + db_set cnt-debconf/parent-mirror http://ftp.debian.org/debian db_fset cnt-debconf/parent-mirror seen false db_settitle cnt-debconf/title @@ -412,7 +412,7 @@ Parent_mirror () then case "${MODE}" in progress-linux) - PARENT_MIRROR="http://httpredir.debian.org/debian" + PARENT_MIRROR="http://ftp.debian.org/debian" ;; *) |