public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Adjust debian-bullseye.list to Debian recommendations
@ 2021-12-16 19:09 Jan Kiszka
  2021-12-16 20:29 ` Henning Schild
  2021-12-23 10:56 ` Anton Mikanovich
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Kiszka @ 2021-12-16 19:09 UTC (permalink / raw)
  To: isar-users; +Cc: Quirin Gylstorff

From: Jan Kiszka <jan.kiszka@siemens.com>

Align our list to
https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#security-archive.
Seems that Debian still has an alias in place to make both work.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/conf/distro/debian-bullseye.list | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/debian-bullseye.list b/meta/conf/distro/debian-bullseye.list
index 44b48dd9..70ec8ef9 100644
--- a/meta/conf/distro/debian-bullseye.list
+++ b/meta/conf/distro/debian-bullseye.list
@@ -1,8 +1,8 @@
 deb	http://deb.debian.org/debian bullseye main contrib non-free
 deb-src	http://deb.debian.org/debian bullseye main contrib non-free
 
-deb	http://deb.debian.org/debian-security/ bullseye-security/updates main contrib non-free
-deb-src	http://deb.debian.org/debian-security/ bullseye-security/updates main contrib non-free
+deb	http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
+deb-src	http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
 
 deb	http://deb.debian.org/debian bullseye-updates main contrib non-free
 deb-src	http://deb.debian.org/debian bullseye-updates main contrib non-free
-- 
2.31.1

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

* Re: [PATCH] Adjust debian-bullseye.list to Debian recommendations
  2021-12-16 19:09 [PATCH] Adjust debian-bullseye.list to Debian recommendations Jan Kiszka
@ 2021-12-16 20:29 ` Henning Schild
  2021-12-17 10:21   ` Jan Kiszka
  2021-12-23 10:56 ` Anton Mikanovich
  1 sibling, 1 reply; 4+ messages in thread
From: Henning Schild @ 2021-12-16 20:29 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: isar-users, Quirin Gylstorff

This looks like something to also do on

"[PATCH v3] conf: add new debian version "bookworm""

please add a comment on that series in case it needs to change.

Henning

Am Thu, 16 Dec 2021 20:09:48 +0100
schrieb Jan Kiszka <jan.kiszka@siemens.com>:

> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Align our list to
> https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#security-archive.
> Seems that Debian still has an alias in place to make both work.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>  meta/conf/distro/debian-bullseye.list | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/conf/distro/debian-bullseye.list
> b/meta/conf/distro/debian-bullseye.list index 44b48dd9..70ec8ef9
> 100644 --- a/meta/conf/distro/debian-bullseye.list
> +++ b/meta/conf/distro/debian-bullseye.list
> @@ -1,8 +1,8 @@
>  deb	http://deb.debian.org/debian bullseye main contrib
> non-free deb-src	http://deb.debian.org/debian bullseye main
> contrib non-free 
> -deb	http://deb.debian.org/debian-security/
> bullseye-security/updates main contrib non-free -deb-src
> http://deb.debian.org/debian-security/ bullseye-security/updates main
> contrib non-free +deb	http://deb.debian.org/debian-security/
> bullseye-security main contrib non-free +deb-src
> http://deb.debian.org/debian-security/ bullseye-security main contrib
> non-free deb	http://deb.debian.org/debian bullseye-updates
> main contrib non-free deb-src	http://deb.debian.org/debian
> bullseye-updates main contrib non-free


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

* Re: [PATCH] Adjust debian-bullseye.list to Debian recommendations
  2021-12-16 20:29 ` Henning Schild
@ 2021-12-17 10:21   ` Jan Kiszka
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2021-12-17 10:21 UTC (permalink / raw)
  To: Henning Schild; +Cc: isar-users, Quirin Gylstorff

On 16.12.21 21:29, Henning Schild wrote:
> This looks like something to also do on
> 
> "[PATCH v3] conf: add new debian version "bookworm""
> 
> please add a comment on that series in case it needs to change.

I would assume that this interface will not again change in bookworm and
also that bookworm in its currently unstable phase will use the same one.

Jan

> 
> Henning
> 
> Am Thu, 16 Dec 2021 20:09:48 +0100
> schrieb Jan Kiszka <jan.kiszka@siemens.com>:
> 
>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>
>> Align our list to
>> https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#security-archive.
>> Seems that Debian still has an alias in place to make both work.
>>
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>>  meta/conf/distro/debian-bullseye.list | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/conf/distro/debian-bullseye.list
>> b/meta/conf/distro/debian-bullseye.list index 44b48dd9..70ec8ef9
>> 100644 --- a/meta/conf/distro/debian-bullseye.list
>> +++ b/meta/conf/distro/debian-bullseye.list
>> @@ -1,8 +1,8 @@
>>  deb	http://deb.debian.org/debian bullseye main contrib
>> non-free deb-src	http://deb.debian.org/debian bullseye main
>> contrib non-free 
>> -deb	http://deb.debian.org/debian-security/
>> bullseye-security/updates main contrib non-free -deb-src
>> http://deb.debian.org/debian-security/ bullseye-security/updates main
>> contrib non-free +deb	http://deb.debian.org/debian-security/
>> bullseye-security main contrib non-free +deb-src
>> http://deb.debian.org/debian-security/ bullseye-security main contrib
>> non-free deb	http://deb.debian.org/debian bullseye-updates
>> main contrib non-free deb-src	http://deb.debian.org/debian
>> bullseye-updates main contrib non-free
> 

-- 
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux

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

* Re: [PATCH] Adjust debian-bullseye.list to Debian recommendations
  2021-12-16 19:09 [PATCH] Adjust debian-bullseye.list to Debian recommendations Jan Kiszka
  2021-12-16 20:29 ` Henning Schild
@ 2021-12-23 10:56 ` Anton Mikanovich
  1 sibling, 0 replies; 4+ messages in thread
From: Anton Mikanovich @ 2021-12-23 10:56 UTC (permalink / raw)
  To: Jan Kiszka, isar-users; +Cc: Quirin Gylstorff

16.12.2021 22:09, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Align our list to
> https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#security-archive.
> Seems that Debian still has an alias in place to make both work.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Applied to next, thanks.

-- 
Anton Mikanovich
Promwad Ltd.
External service provider of ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn, Germany
+49 (89) 122 67 24-0
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov


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

end of thread, other threads:[~2021-12-23 10:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 19:09 [PATCH] Adjust debian-bullseye.list to Debian recommendations Jan Kiszka
2021-12-16 20:29 ` Henning Schild
2021-12-17 10:21   ` Jan Kiszka
2021-12-23 10:56 ` Anton Mikanovich

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