|
@@ -1,5 +1,5 @@
|
|
|
-# apt-mirror configuration for mirror.root
|
|
|
-# Generated on неділя, 29 червня 2025 18:34:37 +0300
|
|
|
+# apt-mirror2 configuration for mirror.root
|
|
|
+# Generated on понеділок, 14 липня 2025 10:35:31 +0300
|
|
|
|
|
|
# Set base_path to the directory where you want to store the mirror
|
|
|
set base_path /var/spool/apt-mirror
|
|
@@ -26,23 +26,48 @@ set postmirror_script $var_path/postmirror.sh
|
|
|
set run_postmirror 0
|
|
|
|
|
|
# Set nthreads to the number of threads to use
|
|
|
-set nthreads 2
|
|
|
+set nthreads 4
|
|
|
|
|
|
# Set _tilde to 1 to download tilde files
|
|
|
set _tilde 0
|
|
|
|
|
|
-# Ubuntu 24.04 (Noble Numbat) repositories
|
|
|
+# Set timeout for downloads (in seconds)
|
|
|
+set _timeout 300
|
|
|
+
|
|
|
+# Set retry count for failed downloads
|
|
|
+set _retry 3
|
|
|
+
|
|
|
+set release_files_retries 15
|
|
|
+
|
|
|
+# Set download speed limit (in bytes per second, 0 = unlimited)
|
|
|
+set _limit_rate 0
|
|
|
+
|
|
|
+# Set user agent for downloads
|
|
|
+set _user_agent "apt-mirror2/14"
|
|
|
+
|
|
|
+# Set number of connections per host
|
|
|
+set _max_connections 10
|
|
|
+
|
|
|
+ignore_errors
|
|
|
+
|
|
|
+# Ubuntu 24.04 (Noble Numbat) repositories - AMD64 architecture
|
|
|
deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
|
|
|
deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
|
|
|
deb http://archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse
|
|
|
deb http://archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse
|
|
|
|
|
|
-# Debian 12 (Bookworm) repositories
|
|
|
+# Debian 12 (Bookworm) repositories - AMD64 and ARM64 architectures
|
|
|
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
|
|
|
deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
|
|
|
deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
|
|
|
deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
|
|
|
|
|
|
+# Debian ARM64 repositories (additional packages)
|
|
|
+deb-arm64 http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
|
|
|
+deb-arm64 http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
|
|
|
+deb-arm64 http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
|
|
|
+deb-arm64 http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
|
|
|
+
|
|
|
# Clean up old packages
|
|
|
clean http://archive.ubuntu.com/ubuntu
|
|
|
clean http://deb.debian.org/debian
|