mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 20:57:39 +02:00
Compare commits
3 Commits
c8abf05d4a
...
ea20965175
Author | SHA1 | Date | |
---|---|---|---|
ea20965175 | |||
19f3a0b720 | |||
58ead9302c |
@ -12,6 +12,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
|
- id: check-yaml
|
||||||
- id: check-executables-have-shebangs
|
- id: check-executables-have-shebangs
|
||||||
- id: check-shebang-scripts-are-executable
|
- id: check-shebang-scripts-are-executable
|
||||||
- id: destroyed-symlinks
|
- id: destroyed-symlinks
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## Experimental repos
|
## Experimental repos
|
||||||
deb https://deb.debian.org/debian experimental main contrib non-free
|
deb https://deb.debian.org/debian experimental main contrib non-free non-free-firmware
|
||||||
deb-src https://deb.debian.org/debian experimental main contrib non-free
|
deb-src https://deb.debian.org/debian experimental main contrib non-free non-free-firmware
|
||||||
deb https://deb.debian.org/debian-debug experimental-debug main contrib non-free
|
deb https://deb.debian.org/debian-debug experimental-debug main contrib non-free non-free-firmware
|
||||||
|
|
||||||
## Experimental repos over Tor
|
## Experimental repos over Tor
|
||||||
#deb tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian experimental main contrib non-free
|
#deb tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian experimental main contrib non-free non-free-firmware
|
||||||
#deb-src tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian experimental main contrib non-free
|
#deb-src tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian experimental main contrib non-free non-free-firmware
|
||||||
#deb tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug experimental-debug main contrib non-free
|
#deb tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug experimental-debug main contrib non-free non-free-firmware
|
||||||
|
@ -1,29 +1,29 @@
|
|||||||
## Main repos
|
## Main repos
|
||||||
deb https://deb.debian.org/debian stable main contrib non-free
|
deb https://deb.debian.org/debian stable main contrib non-free non-free-firmware
|
||||||
deb-src https://deb.debian.org/debian stable main contrib non-free
|
deb-src https://deb.debian.org/debian stable main contrib non-free non-free-firmware
|
||||||
deb https://deb.debian.org/debian-debug stable-debug main contrib non-free
|
deb https://deb.debian.org/debian-debug stable-debug main contrib non-free non-free-firmware
|
||||||
|
|
||||||
## Main repos over Tor
|
## Main repos over Tor
|
||||||
#deb tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian stable main contrib non-free
|
#deb tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian stable main contrib non-free non-free-firmware
|
||||||
#deb-src tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian stable main contrib non-free
|
#deb-src tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian stable main contrib non-free non-free-firmware
|
||||||
#deb tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug stable-debug main contrib non-free
|
#deb tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug stable-debug main contrib non-free non-free-firmware
|
||||||
|
|
||||||
## Security repo CDN
|
## Security repo CDN
|
||||||
deb https://deb.debian.org/debian-security/ stable-security main contrib non-free
|
deb https://deb.debian.org/debian-security/ stable-security main contrib non-free non-free-firmware
|
||||||
deb-src https://deb.debian.org/debian-security/ stable-security main contrib non-free
|
deb-src https://deb.debian.org/debian-security/ stable-security main contrib non-free non-free-firmware
|
||||||
## https://bugs.debian.org/894081
|
## https://bugs.debian.org/894081
|
||||||
deb https://deb.debian.org/debian-debug stable-proposed-updates-debug main contrib non-free
|
deb https://deb.debian.org/debian-debug stable-proposed-updates-debug main contrib non-free non-free-firmware
|
||||||
|
|
||||||
## Security repo directly
|
## Security repo directly
|
||||||
# To be enabled AFTER it gets https, meanwhile CDN & Tor must be enough.
|
# To be enabled AFTER it gets https, meanwhile CDN & Tor must be enough.
|
||||||
#deb http://security.debian.org/ stable-security main contrib non-free
|
#deb http://security.debian.org/ stable-security main contrib non-free non-free-firmware
|
||||||
#deb-src http://security.debian.org/ stable-security main contrib non-free
|
#deb-src http://security.debian.org/ stable-security main contrib non-free non-free-firmware
|
||||||
|
|
||||||
## Security repos over Tor
|
## Security repos over Tor
|
||||||
deb tor+http://5ajw6aqf3ep7sijnscdzw77t7xq4xjpsy335yb2wiwgouo7yfxtjlmid.onion/debian-security stable-security main contrib non-free
|
deb tor+http://5ajw6aqf3ep7sijnscdzw77t7xq4xjpsy335yb2wiwgouo7yfxtjlmid.onion/debian-security stable-security main contrib non-free non-free-firmware
|
||||||
deb-src tor+http://5ajw6aqf3ep7sijnscdzw77t7xq4xjpsy335yb2wiwgouo7yfxtjlmid.onion/debian-security stable-security main contrib non-free
|
deb-src tor+http://5ajw6aqf3ep7sijnscdzw77t7xq4xjpsy335yb2wiwgouo7yfxtjlmid.onion/debian-security stable-security main contrib non-free non-free-firmware
|
||||||
## https://bugs.debian.org/894081
|
## https://bugs.debian.org/894081
|
||||||
#deb tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug stable-proposed-updates-debug main contrib non-free
|
#deb tor+http://3lz3irtzg5i4z2sz3qca3oz3sdk3p5a3xlmz3zqwornapeofvoudajid.onion/debian-debug stable-proposed-updates-debug main contrib non-free non-free-firmware
|
||||||
|
|
||||||
## Updates repo
|
## Updates repo
|
||||||
deb https://deb.debian.org/debian stable-updates main contrib non-free non-free-firmware
|
deb https://deb.debian.org/debian stable-updates main contrib non-free non-free-firmware
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 3ff57cd1b764615364d083388344a5b69d44ad14
|
Subproject commit efc392bbdadbe97f68ad0e3299dd40d296112437
|
Loading…
x
Reference in New Issue
Block a user