Skip to content
Snippets Groups Projects
Commit cd599a16 authored by Simon McVittie's avatar Simon McVittie
Browse files

suites: Add apt sources for security updates' detached debug symbols

parent dd6004a3
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,12 @@ sources: ...@@ -18,6 +18,12 @@ sources:
apt_suite: 'bullseye-debug' apt_suite: 'bullseye-debug'
keyring: 'debian-archive-keyring.gpg' keyring: 'debian-archive-keyring.gpg'
deb-src: false deb-src: false
# For security updates' detached debug symbols
- label: debian-pu-debug
apt_uri: 'http://deb.debian.org/debian-debug'
apt_suite: 'bullseye-proposed-updates-debug'
keyring: 'debian-archive-keyring.gpg'
deb-src: false
- label: debian-unstable - label: debian-unstable
apt_uri: 'http://deb.debian.org/debian' apt_uri: 'http://deb.debian.org/debian'
apt_suite: 'unstable' apt_suite: 'unstable'
......
...@@ -18,6 +18,12 @@ sources: ...@@ -18,6 +18,12 @@ sources:
apt_suite: 'buster-debug' apt_suite: 'buster-debug'
keyring: 'debian-archive-keyring.gpg' keyring: 'debian-archive-keyring.gpg'
deb-src: false deb-src: false
# For security updates' detached debug symbols
- label: debian-pu-debug
apt_uri: 'http://deb.debian.org/debian-debug'
apt_suite: 'buster-proposed-updates-debug'
keyring: 'debian-archive-keyring.gpg'
deb-src: false
- label: debian-security - label: debian-security
apt_uri: 'http://security.debian.org/debian-security' apt_uri: 'http://security.debian.org/debian-security'
apt_suite: 'buster/updates' apt_suite: 'buster/updates'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment