Fix debian-security mirror acccess error

Security.debian.org accessing will actually access CDN mirror.
Some mirror should use "security.debian.org/debian-security"
like "mirror.xtom.com.hk", or it will cause apt-get update error[1].

[1]
E: Failed to fetch http://security.debian.org/dists/stretch/updates/main/binary-arm64/Packages 404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

Change-Id: Idd8b80c5f3c1e4aebd752e1ca6fb643e25eb1837
This commit is contained in:
Xinliang Liu 2018-06-28 11:15:05 +08:00
parent 8725e5b474
commit 40a0250733
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
deb http://deb.debian.org/debian stretch main
# debian security updates
deb http://security.debian.org stretch/updates main
deb http://security.debian.org/debian-security stretch/updates main
# Linaro repo for Kolla
# ceph, libvirt, opendaylight, openvswitch, qemu