Skip to content

Commit 6f53e91

Browse files
authored
Merge pull request #371 from mssonicbld/sonicbld/202205-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
2 parents b976280 + 338f0a1 commit 6f53e91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build_mirror_config.sh

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ if [ "$ARCHITECTURE" == "armhf" ]; then
2121
DEFAULT_MIRROR_SECURITY_URLS=http://deb.debian.org/debian-security/,http://packages.trafficmanager.net/debian/debian-security/
2222
fi
2323

24+
if [ "$DISTRIBUTION" == "buster" ]; then
25+
DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/
26+
fi
27+
2428
if [ "$MIRROR_SNAPSHOT" == y ]; then
2529
if [ -f "$MIRROR_VERSION_FILE" ]; then
2630
DEBIAN_TIMESTAMP=$(grep "^debian==" $MIRROR_VERSION_FILE | tail -n 1 | sed 's/.*==//')

0 commit comments

Comments
 (0)