public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/1] kas menu: allow mirror selection for trixie and sid as well
@ 2024-07-22  8:14 'Felix Moessbauer' via isar-users
  2024-07-31  6:45 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: 'Felix Moessbauer' via isar-users @ 2024-07-22  8:14 UTC (permalink / raw)
  To: isar-users; +Cc: Felix Moessbauer

The mirrors also support these distro versions. Especially for sid, it
is recommended to use mirrors.

Signed-off-by: Felix Moessbauer <felix.moessbauer@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 <ubely@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

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/20240722081447.619772-1-felix.moessbauer%40siemens.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] kas menu: allow mirror selection for trixie and sid as well
  2024-07-22  8:14 [PATCH 1/1] kas menu: allow mirror selection for trixie and sid as well 'Felix Moessbauer' via isar-users
@ 2024-07-31  6:45 ` Uladzimir Bely
  0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-07-31  6:45 UTC (permalink / raw)
  To: Felix Moessbauer, isar-users

On Mon, 2024-07-22 at 10:14 +0200, 'Felix Moessbauer' via isar-users
wrote:
> The mirrors also support these distro versions. Especially for sid,
> it
> is recommended to use mirrors.
> 
> Signed-off-by: Felix Moessbauer <felix.moessbauer@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 <ubely@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
> 

Applied to next, thanks.

-- 
Best regards,
Uladzimir.



-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/2fb143197998b1bf484b2445690a2ba8c5c8785b.camel%40ilbers.de.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-31  6:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-22  8:14 [PATCH 1/1] kas menu: allow mirror selection for trixie and sid as well 'Felix Moessbauer' via isar-users
2024-07-31  6:45 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox