mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 14:40:37 +01:00
sources.list.d: initial commit of {testing,unstable}.list
This commit is contained in:
parent
9ebe7e8345
commit
3209b5fe9b
4
etc/apt/sources.list.d/README.md
Normal file
4
etc/apt/sources.list.d/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# `/etc/apt/sources.list.d`
|
||||
|
||||
The `.list` files are traditional, `.sources` are modern `deb822` formatted
|
||||
repository entries supported since Debian TODO and Ubuntu TODO.
|
70
etc/apt/sources.list.d/testing.sources
Normal file
70
etc/apt/sources.list.d/testing.sources
Normal file
@ -0,0 +1,70 @@
|
||||
Types: deb deb-src
|
||||
URIs: https://deb.debian.org/debian/
|
||||
Suites: testing
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: https://deb.debian.org/debian-debug/
|
||||
Suites: testing-debug
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb deb-src
|
||||
URIs: tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian/
|
||||
Suites: testing
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: no
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug/
|
||||
Suites: testing-debug
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: no
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb deb-src
|
||||
URIs: https://deb.debian.org/debian-security/
|
||||
Suites: testing-security
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: https://deb.debian.org/debian-debug/
|
||||
Suites: testing-proposed-updates-debug
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb deb-src
|
||||
URIs: http://security.debian.org/
|
||||
Suites: testing-security
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb deb-src
|
||||
URIs: tor+http://5ajw6aqf3ep7sijnscdzw77t7xq4xjpsy335yb2wiwgouo7yfxtjlmid.onion/debian-security/
|
||||
Suites: testing-security
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: no
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug/
|
||||
Suites: testing-proposed-updates-debug
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: no
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb deb-src
|
||||
URIs: https://deb.debian.org/debian/
|
||||
Suites: testing-updates
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb deb-src
|
||||
URIs: tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian/
|
||||
Suites: testing-updates
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: no
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
@ -1 +0,0 @@
|
||||
../sources.list/unstable
|
25
etc/apt/sources.list.d/unstable.sources
Normal file
25
etc/apt/sources.list.d/unstable.sources
Normal file
@ -0,0 +1,25 @@
|
||||
Types: deb deb-src
|
||||
URIs: https://deb.debian.org/debian/
|
||||
Suites: unstable
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: https://deb.debian.org/debian-debug/
|
||||
Suites: unstable-debug
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb deb-src
|
||||
URIs: tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian/
|
||||
Suites: unstable
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: no
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug/
|
||||
Suites: unstable-debug
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: no
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
Loading…
x
Reference in New Issue
Block a user