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

sniper: Add unstable to sources.list


This won't be used to bootstrap the image or by default (thanks to the
apt pinning in steamrt), but can be used to pull in selected packages
at higher priority via pinning.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8d1ccf73
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,15 @@ sources:
apt_suite: 'bullseye-debug'
keyring: 'debian-archive-keyring.gpg'
deb-src: false
- label: debian-unstable
apt_uri: 'http://deb.debian.org/debian'
apt_suite: 'unstable'
keyring: 'debian-archive-keyring.gpg'
- label: debian-unstable-debug
apt_uri: 'http://deb.debian.org/debian-debug'
apt_suite: 'unstable-debug'
keyring: 'debian-archive-keyring.gpg'
deb-src: false
- label: debian-security
apt_uri: 'http://security.debian.org/debian-security'
apt_suite: 'bullseye-security'
......
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