diff options
author | Holger Paradies <retabell@gmx.de> | 2025-01-24 18:05:20 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-04-26 14:48:52 +0200 |
commit | 55993f655c29e9fd505e5f3ecfb0a15c47ba0a31 (patch) | |
tree | 50ad2f35be3c0e24f7ce3e54ea40b739f8e3b74a | |
parent | 766f447f038d9539be852cd389bdbf87d16c133b (diff) | |
download | kanotix-55993f655c29e9fd505e5f3ecfb0a15c47ba0a31.zip kanotix-55993f655c29e9fd505e5f3ecfb0a15c47ba0a31.tar.gz |
Build with signed-by in debian and kanotix repos
kanotix key is included in debootstrap
-rw-r--r-- | config/chroot_local-includes/etc/apt/sources.list | 8 | ||||
-rw-r--r-- | config/repositories/acritoxinstaller-qt4 | 4 | ||||
-rw-r--r-- | config/repositories/lo | 2 | ||||
-rw-r--r-- | config/repositories/slowfire | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/config/chroot_local-includes/etc/apt/sources.list b/config/chroot_local-includes/etc/apt/sources.list index 436a391..f9432c9 100644 --- a/config/chroot_local-includes/etc/apt/sources.list +++ b/config/chroot_local-includes/etc/apt/sources.list @@ -3,10 +3,10 @@ # CDROMs are managed through the apt-cdrom tool. # Debian @DISTRIBUTION@ -deb @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free non-free-firmware -deb-src @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free non-free-firmware +deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free non-free-firmware +deb-src [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free non-free-firmware # Debian @DISTRIBUTION@ Updates -deb http://security.debian.org @DISTRIBUTION@-security/updates main contrib non-free -deb-src http://security.debian.org @DISTRIBUTION@-security/updates main contrib non-free +deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://security.debian.org @DISTRIBUTION@-security/updates main contrib non-free +deb-src [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://security.debian.org @DISTRIBUTION@-security/updates main contrib non-free diff --git a/config/repositories/acritoxinstaller-qt4 b/config/repositories/acritoxinstaller-qt4 index f79d606..5eeaa2b 100644 --- a/config/repositories/acritoxinstaller-qt4 +++ b/config/repositories/acritoxinstaller-qt4 @@ -1,3 +1,3 @@ # Acritoxinstaller-qt4 -deb http://kanotix.com/files/acritoxinstaller-qt4 ./ -deb-src http://kanotix.com/files/acritoxinstaller-qt4 ./ +deb [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/acritoxinstaller-qt4 ./ +deb-src [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/acritoxinstaller-qt4 ./ diff --git a/config/repositories/lo b/config/repositories/lo index 63bfec7..982610b 100644 --- a/config/repositories/lo +++ b/config/repositories/lo @@ -1,2 +1,2 @@ # Libre Office -deb http://kanotix.com/files/fix/lo ./ +deb [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/fix/lo ./ diff --git a/config/repositories/slowfire b/config/repositories/slowfire index 5f00e2c..b5f0beb 100644 --- a/config/repositories/slowfire +++ b/config/repositories/slowfire @@ -1,3 +1,3 @@ # Kanotix Slowfire -deb http://kanotix.com/files/slowfire ./ -deb-src http://kanotix.com/files/slowfire ./ +deb [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/slowfire ./ +deb-src [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/slowfire ./ |