We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b976280 + 338f0a1 commit 6f53e91Copy full SHA for 6f53e91
scripts/build_mirror_config.sh
@@ -21,6 +21,10 @@ if [ "$ARCHITECTURE" == "armhf" ]; then
21
DEFAULT_MIRROR_SECURITY_URLS=http://deb.debian.org/debian-security/,http://packages.trafficmanager.net/debian/debian-security/
22
fi
23
24
+if [ "$DISTRIBUTION" == "buster" ]; then
25
+ DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/
26
+fi
27
+
28
if [ "$MIRROR_SNAPSHOT" == y ]; then
29
if [ -f "$MIRROR_VERSION_FILE" ]; then
30
DEBIAN_TIMESTAMP=$(grep "^debian==" $MIRROR_VERSION_FILE | tail -n 1 | sed 's/.*==//')
0 commit comments