Skip to content

Commit 3f7c11f

Browse files
committed
ftp.au.debian.org has started becoming unreliable
Per https://wiki.debian.org/ftp.debian.org, change the country mirrors to the new CDN
1 parent e3a35e6 commit 3f7c11f

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

files/homes.ltu/bin/initial-ltu-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ case "$virt" in
6060

6161
# http://wiki.debian.org/VirtualBox#Oracle_Virtualbox_third-party_repository
6262
if [ ! -e /etc/apt/sources.list.d/backports.list ] ; then
63-
echo "deb http://ftp.au.debian.org/debian $(lsb_release -cs)-backports main non-free non-free-firmware contrib" > /etc/apt/sources.list.d/backports.list
63+
echo "deb http://deb.debian.org/debian $(lsb_release -cs)-backports main non-free non-free-firmware contrib" > /etc/apt/sources.list.d/backports.list
6464
apt update
6565
fi
6666
apt install fasttrack-archive-keyring
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ANSIBLE CONFIGURED
22

3-
deb http://ftp.au.debian.org/debian/ bookworm main non-free non-free-firmware contrib
3+
deb http://deb.debian.org/debian/ bookworm main non-free non-free-firmware contrib
44
deb http://security.debian.org/ bookworm-security main non-free non-free-firmware contrib
5-
deb http://ftp.au.debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
5+
deb http://deb.debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
66

77
{% if not host_is_small | default(false) %}
8-
deb-src http://ftp.au.debian.org/debian/ bookworm main non-free non-free-firmware contrib
8+
deb-src http://deb.debian.org/debian/ bookworm main non-free non-free-firmware contrib
99
deb-src http://security.debian.org/ bookworm-security main non-free non-free-firmware contrib
10-
deb-src http://ftp.au.debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
10+
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
1111
{% endif %}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ANSIBLE CONFIGURED
22

3-
deb http://ftp.au.debian.org/debian/ bullseye main non-free contrib
3+
deb http://deb.debian.org/debian/ bullseye main non-free contrib
44
deb http://security.debian.org/ bullseye-security main non-free contrib
5-
deb http://ftp.au.debian.org/debian/ bullseye-updates main non-free contrib
5+
deb http://deb.debian.org/debian/ bullseye-updates main non-free contrib
66

77
{% if not host_is_small | default(false) %}
8-
deb-src http://ftp.au.debian.org/debian/ bullseye main non-free contrib
8+
deb-src http://deb.debian.org/debian/ bullseye main non-free contrib
99
deb-src http://security.debian.org/ bullseye-security main non-free contrib
10-
deb-src http://ftp.au.debian.org/debian/ bullseye-updates main non-free contrib
10+
deb-src http://deb.debian.org/debian/ bullseye-updates main non-free contrib
1111
{% endif %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ANSIBLE CONFIGURED
2-
deb http://ftp.au.debian.org/debian/ bookworm-backports main non-free non-free-firmware contrib
2+
deb http://deb.debian.org/debian/ bookworm-backports main non-free non-free-firmware contrib
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ANSIBLE CONFIGURED
2-
deb http://ftp.au.debian.org/debian/ bullseye-backports main non-free contrib
2+
deb http://deb.debian.org/debian/ bullseye-backports main non-free contrib
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
deb http://ftp.au.debian.org/debian/ testing main non-free contrib
2-
deb http://ftp.au.debian.org/debian/ unstable main non-free contrib
1+
deb http://deb.debian.org/debian/ testing main non-free contrib
2+
deb http://deb.debian.org/debian/ unstable main non-free contrib
33

44
# FIXME: pull experimental in safely and only when appropriate, for
55
# specific packages. Maybe no need because it's pinned with low
66
# priority and we haven't broken anything yet...
77
deb http://ftp.debian.org/debian experimental main non-free contrib
88

99
{% if not host_is_small | default(false) %}
10-
deb-src http://ftp.au.debian.org/debian/ testing main non-free contrib
11-
deb-src http://ftp.au.debian.org/debian/ unstable main non-free contrib
10+
deb-src http://deb.debian.org/debian/ testing main non-free contrib
11+
deb-src http://deb.debian.org/debian/ unstable main non-free contrib
1212
deb-src http://ftp.debian.org/debian experimental main non-free contrib
1313
{% endif %}

0 commit comments

Comments
 (0)