[PATCH 1/1] kas menu: allow mirror selection for trixie and sid as well

4 views
Skip to first unread message

Felix Moessbauer

unread,
Jul 22, 2024, 4:15:04 AM (6 days ago) Jul 22
to isar-...@googlegroups.com, Felix Moessbauer
The mirrors also support these distro versions. Especially for sid, it
is recommended to use mirrors.

Signed-off-by: Felix Moessbauer <felix.mo...@siemens.com>
---
kas/opt/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kas/opt/Kconfig b/kas/opt/Kconfig
index 701bd263..65482e3a 100644
--- a/kas/opt/Kconfig
+++ b/kas/opt/Kconfig
@@ -5,11 +5,11 @@
# Uladzimir Bely <ub...@ilbers.de>

menu "Mirror selection"
- depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || UBUNTU_FOCAL || UBUNTU_JAMMY
+ depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || DEBIAN_SID || UBUNTU_FOCAL || UBUNTU_JAMMY

config MIRROR_DEBIAN
bool "Use specific Debian mirror"
- depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM
+ depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || DEBIAN_SID
help
Select better local Debian mirror instead of deb.debian.org

@@ -42,7 +42,7 @@ config KAS_INCLUDE_MIRROR_UBUNTU

config USE_APT_SNAPSHOT
bool "Use the distros snapshot mirror"
- depends on !MIRROR_DEBIAN && (DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || UBUNTU_FOCAL || UBUNTU_JAMMY)
+ depends on !MIRROR_DEBIAN && (DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || DEBIAN_SID || UBUNTU_FOCAL || UBUNTU_JAMMY)
help
Use a snapshot mirror for the selected distribution. The date is defined by ISAR_APT_SNAPSHOT_TIMESTAMP.

--
2.39.2

Reply all
Reply to author
Forward
0 new messages