changeset 250:17811a892951

gpg keys for pipe
author drewp@bigasterisk.com
date Mon, 08 Jan 2024 18:39:32 -0800
parents 5c10b1e8d0e1
children 33d2de3d7e70
files templates/sources.list.j2
diffstat 1 files changed, 14 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/templates/sources.list.j2	Mon Jan 08 18:38:55 2024 -0800
+++ b/templates/sources.list.j2	Mon Jan 08 18:39:32 2024 -0800
@@ -30,19 +30,20 @@
 
 {% if host.name in ['pipe'] %}
 # seems stuck on jammy since http://deb.odroid.in/n2/ and https://wiki.odroid.com/odroid-n2/os_images/ubuntu don't have anything newer (2023-12-28)
-deb http://archive.canonical.com/ubuntu jammy partner
-deb http://deb.odroid.in/n2/ jammy main
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy multiverse
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy universe
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted universe multiverse
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security multiverse
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security universe
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates multiverse
-deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates universe
-deb http://ppa.launchpad.net/hardkernel/ppa/ubuntu jammy main
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://archive.canonical.com/ubuntu jammy partner
+deb [signed-by=/etc/apt/trusted.gpg] http://deb.odroid.in/n2/ jammy main
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy multiverse
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy universe
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted universe multiverse
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy-security multiverse
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy-security universe
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy-updates multiverse
+deb [signed-by=/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg] http://ports.ubuntu.com/ubuntu-ports/ jammy-updates universe
+# or, if you have to get this, try: https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=index&search=0xABB1931B59A40B968609F153D0392EC59F9583BA
+deb [signed-by=/etc/apt/trusted.gpg] http://ppa.launchpad.net/hardkernel/ppa/ubuntu jammy main
 {% endif %}
 
 {% if host.name in ['garage'] %}