Skip to content

Commit 5161281

Browse files
tirupatihemanthoplklum
authored andcommitted
Fix build sources (sonic-net#23962)
Fix build sources
1 parent a796694 commit 5161281

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/build_mirror_config.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ if [ "$ARCHITECTURE" == "armhf" ]; then
2525
DEFAULT_MIRROR_SECURITY_URLS=http://deb.debian.org/debian-security/
2626
fi
2727

28-
if [ "$DISTRIBUTION" == "buster" ] || [ "$DISTRIBUTION" == "bullseye" ]; then
28+
if [ "$DISTRIBUTION" == "buster" ]; then
29+
DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/
30+
DEFAULT_MIRROR_SECURITY_URLS=http://archive.debian.org/debian-security/
31+
fi
32+
33+
if [ "$DISTRIBUTION" == "bullseye" ]; then
2934
DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/
3035
fi
3136

0 commit comments

Comments
 (0)