trixie apt requires armored key files to use the ".asc"-extension
This commit is contained in:
parent
7dc5628fd4
commit
038dc9d53b
@ -16,11 +16,11 @@ obs_get() {
|
|||||||
local target="$2"
|
local target="$2"
|
||||||
|
|
||||||
echo "Fetching key for ${proj}"
|
echo "Fetching key for ${proj}"
|
||||||
osc signkey --notravers "${proj}" > "public.key"
|
osc signkey --notravers "${proj}" > "public.asc"
|
||||||
|
|
||||||
mv "public.key" "${target}"
|
mv "public.asc" "${target}"
|
||||||
}
|
}
|
||||||
|
|
||||||
obs_get "home:stbuehler" "${keydir}/obs-home-stbuehler.key"
|
obs_get "home:stbuehler" "${keydir}/obs-home-stbuehler.asc"
|
||||||
obs_get "openSUSE:Tools" "${keydir}/obs-tools.key"
|
obs_get "openSUSE:Tools" "${keydir}/obs-tools.asc"
|
||||||
# obs_get "server:http" "${keydir}/obs-server-http.key"
|
# obs_get "server:http" "${keydir}/obs-server-http.asc"
|
||||||
|
@ -2,4 +2,4 @@ Types: deb
|
|||||||
URIs: https://apt.corretto.aws
|
URIs: https://apt.corretto.aws
|
||||||
Suites: stable
|
Suites: stable
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/corretto.key
|
Signed-By: /etc/apt/single-keys/corretto.asc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://pkg.jenkins.io/debian
|
URIs: https://pkg.jenkins.io/debian
|
||||||
Suites: binary/
|
Suites: binary/
|
||||||
Signed-By: /etc/apt/single-keys/jenkins.io.key
|
Signed-By: /etc/apt/single-keys/jenkins.io.asc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://download.jitsi.org
|
URIs: https://download.jitsi.org
|
||||||
Suites: stable/
|
Suites: stable/
|
||||||
Signed-By: /etc/apt/single-keys/jitsi.key
|
Signed-By: /etc/apt/single-keys/jitsi.asc
|
||||||
|
@ -2,5 +2,5 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd-utils
|
URIs: https://debian.lighttpd.net/lighttpd-utils
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -2,5 +2,5 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd-utils
|
URIs: https://debian.lighttpd.net/lighttpd-utils
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -2,5 +2,5 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd1.4
|
URIs: https://debian.lighttpd.net/lighttpd1.4
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -2,5 +2,5 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd1.4
|
URIs: https://debian.lighttpd.net/lighttpd1.4
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -2,21 +2,21 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd2-nightlies
|
URIs: https://debian.lighttpd.net/lighttpd2-nightlies
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://debian.lighttpd.net/lighttpd2
|
URIs: https://debian.lighttpd.net/lighttpd2
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://debian.lighttpd.net/lighttpd-utils-nightlies
|
URIs: https://debian.lighttpd.net/lighttpd-utils-nightlies
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Enabled: no
|
Enabled: no
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
@ -24,5 +24,5 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd-utils
|
URIs: https://debian.lighttpd.net/lighttpd-utils
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -2,12 +2,12 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd2
|
URIs: https://debian.lighttpd.net/lighttpd2
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://debian.lighttpd.net/lighttpd-utils
|
URIs: https://debian.lighttpd.net/lighttpd-utils
|
||||||
Suites: bookworm
|
Suites: bookworm
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -2,21 +2,21 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd2-nightlies
|
URIs: https://debian.lighttpd.net/lighttpd2-nightlies
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://debian.lighttpd.net/lighttpd2
|
URIs: https://debian.lighttpd.net/lighttpd2
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://debian.lighttpd.net/lighttpd-utils-nightlies
|
URIs: https://debian.lighttpd.net/lighttpd-utils-nightlies
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Enabled: no
|
Enabled: no
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
@ -24,5 +24,5 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd-utils
|
URIs: https://debian.lighttpd.net/lighttpd-utils
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -2,12 +2,12 @@ Types: deb
|
|||||||
URIs: https://debian.lighttpd.net/lighttpd2
|
URIs: https://debian.lighttpd.net/lighttpd2
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://debian.lighttpd.net/lighttpd-utils
|
URIs: https://debian.lighttpd.net/lighttpd-utils
|
||||||
Suites: trixie
|
Suites: trixie
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key
|
Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://download.opensuse.org/repositories/home:/stbuehler/Debian_12
|
URIs: https://download.opensuse.org/repositories/home:/stbuehler/Debian_12
|
||||||
Suites: ./
|
Suites: ./
|
||||||
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key
|
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://download.opensuse.org/repositories/home:/stbuehler/Debian_13
|
URIs: https://download.opensuse.org/repositories/home:/stbuehler/Debian_13
|
||||||
Suites: ./
|
Suites: ./
|
||||||
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key
|
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIS: https://download.opensuse.org/repositories/home:/stbuehler:/lighttpd-utils/Debian_12
|
URIS: https://download.opensuse.org/repositories/home:/stbuehler:/lighttpd-utils/Debian_12
|
||||||
Suites: ./
|
Suites: ./
|
||||||
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key
|
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIS: https://download.opensuse.org/repositories/home:/stbuehler:/lighttpd-utils/Debian_13
|
URIS: https://download.opensuse.org/repositories/home:/stbuehler:/lighttpd-utils/Debian_13
|
||||||
Suites: ./
|
Suites: ./
|
||||||
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key
|
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://download.opensuse.org/repositories/home:/stbuehler:/monitoring/Debian_12
|
URIs: https://download.opensuse.org/repositories/home:/stbuehler:/monitoring/Debian_12
|
||||||
Suites: ./
|
Suites: ./
|
||||||
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key
|
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://download.opensuse.org/repositories/home:/stbuehler:/monitoring/Debian_13
|
URIs: https://download.opensuse.org/repositories/home:/stbuehler:/monitoring/Debian_13
|
||||||
Suites: ./
|
Suites: ./
|
||||||
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key
|
Signed-By: /etc/apt/single-keys/obs-home-stbuehler.asc
|
||||||
Architectures-Remove: i386
|
Architectures-Remove: i386
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://download.opensuse.org/repositories/openSUSE:/Tools/Debian_Testing
|
URIs: https://download.opensuse.org/repositories/openSUSE:/Tools/Debian_Testing
|
||||||
Suites: ./
|
Suites: ./
|
||||||
Signed-By: /etc/apt/single-keys/obs-tools.key
|
Signed-By: /etc/apt/single-keys/obs-tools.asc
|
||||||
|
@ -2,4 +2,4 @@ Types: deb deb-src
|
|||||||
URIs: https://deb.cert.uni-stuttgart.de/debian
|
URIs: https://deb.cert.uni-stuttgart.de/debian
|
||||||
Suites: stable
|
Suites: stable
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/single-keys/rus-cert.key
|
Signed-By: /etc/apt/single-keys/rus-cert.asc
|
||||||
|
@ -3,4 +3,4 @@ URIs: https://updates.signal.org/desktop/apt
|
|||||||
Suites: xenial
|
Suites: xenial
|
||||||
Components: main
|
Components: main
|
||||||
Architectures: amd64
|
Architectures: amd64
|
||||||
Signed-By: /etc/apt/single-keys/signal.org.key
|
Signed-By: /etc/apt/single-keys/signal.org.asc
|
||||||
|
@ -4,4 +4,4 @@ URIs: https://zrepl.cschwarz.com/apt/debian
|
|||||||
Suites: bullseye
|
Suites: bullseye
|
||||||
Components: main
|
Components: main
|
||||||
Architectures: amd64
|
Architectures: amd64
|
||||||
Signed-By: /etc/apt/single-keys/zrepl.cschwarz.com.key
|
Signed-By: /etc/apt/single-keys/zrepl.cschwarz.com.asc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user