diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:12:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:21:38 +0000 |
commit | 5a66a52fb6a43706b5fc9c8cf40ebf4fddc993c1 (patch) | |
tree | 54ca253501dbc3ac9f9558cec73ee1d9dc7e47e3 /share/scripts/debconf.d/0003-debconf | |
parent | Renaming container stop command option -k, --kill to -f, --force for consiste... (diff) | |
download | compute-tools-5a66a52fb6a43706b5fc9c8cf40ebf4fddc993c1.tar.xz compute-tools-5a66a52fb6a43706b5fc9c8cf40ebf4fddc993c1.zip |
Switching from httpredir.debian.org as default debian mirror to ftp.debian.org in debconf script.
httpredir.debian.org has reliability issues, see
https://lists.debian.org/debian-project/2016/04/msg00012.html
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-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" ;; *) |