mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
http.debian.net --> httpredir.debian.org
I was told that it moved and moving to debian.org means that it's now officially supported :)
This commit is contained in:
parent
fe1890ea34
commit
0a8c630265
@ -1,11 +1,11 @@
|
||||
## Main Debian archives.
|
||||
deb http://http.debian.net/debian stable main contrib non-free
|
||||
deb-src http://http.debian.net/debian stable main contrib non-free
|
||||
deb http://httpredir.debian.org/debian stable main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian stable main contrib non-free
|
||||
|
||||
## Debian Security
|
||||
deb http://security.debian.org/ stable/updates main contrib non-free
|
||||
deb-src http://security.debian.org/ stable/updates main contrib non-free
|
||||
|
||||
## Debian Backports
|
||||
deb http://http.debian.net/debian stable-backports main contrib non-free
|
||||
deb-src http://http.debian.net/debian stable-backports main contrib non-free
|
||||
deb http://httpredir.debian.org/debian stable-backports main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian stable-backports main contrib non-free
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Main Debian archives.
|
||||
deb http://http.debian.net/debian testing main contrib non-free
|
||||
deb-src http://http.debian.net/debian testing main contrib non-free
|
||||
deb http://httpredir.debian.org/debian testing main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian testing main contrib non-free
|
||||
|
||||
## Debian Security
|
||||
deb http://security.debian.org/ testing/updates main contrib non-free
|
||||
|
@ -1 +0,0 @@
|
||||
sid
|
3
etc/apt/sources.list/debianu
Normal file
3
etc/apt/sources.list/debianu
Normal file
@ -0,0 +1,3 @@
|
||||
## Main Debian archives.
|
||||
deb http://httpredir.debian.org/debian sid main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian sid main contrib non-free
|
@ -1,11 +1,11 @@
|
||||
## Main Debian archives.
|
||||
deb http://http.debian.net/debian jessie main contrib non-free
|
||||
deb-src http://http.debian.net/debian jessie main contrib non-free
|
||||
deb http://httpredir.debian.org/debian jessie main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian jessie main contrib non-free
|
||||
|
||||
## Debian Security
|
||||
deb http://security.debian.org/ jessie/updates main contrib non-free
|
||||
deb-src http://security.debian.org/ jessie/updates main contrib non-free
|
||||
|
||||
## Debian Backports
|
||||
deb http://http.debian.net/debian jessie-backports main contrib non-free
|
||||
deb-src http://http.debian.net/debian jessie-backports main contrib non-free
|
||||
deb http://httpredir.debian.org/debian jessie-backports main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian jessie-backports main contrib non-free
|
||||
|
@ -1,3 +1,3 @@
|
||||
## Main Debian archives.
|
||||
deb http://http.debian.net/debian sid main contrib non-free
|
||||
deb-src http://http.debian.net/debian sid main contrib non-free
|
||||
deb http://httpredir.debian.org/debian sid main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian sid main contrib non-free
|
||||
|
@ -1,11 +1,11 @@
|
||||
## Main Debian archives.
|
||||
deb http://http.debian.net/debian squeeze main contrib non-free
|
||||
deb-src http://http.debian.net/debian squeeze main contrib non-free
|
||||
deb http://httpredir.debian.org/debian squeeze main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian squeeze main contrib non-free
|
||||
|
||||
## Debian Security
|
||||
deb http://security.debian.org/ squeeze/updates main contrib non-free
|
||||
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
|
||||
|
||||
## Debian Backports
|
||||
deb http://http.debian.net/debian-backports squeeze-backports main contrib non-free
|
||||
deb-src http://http.debian.net/debian-backports squeeze-backports main contrib non-free
|
||||
deb http://httpredir.debian.org/debian-backports squeeze-backports main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian-backports squeeze-backports main contrib non-free
|
||||
|
@ -1,11 +1,11 @@
|
||||
## Main Debian archives.
|
||||
deb http://http.debian.net/debian wheezy main contrib non-free
|
||||
deb-src http://http.debian.net/debian wheezy main contrib non-free
|
||||
deb http://httpredir.debian.org/debian wheezy main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian wheezy main contrib non-free
|
||||
|
||||
## Debian Security
|
||||
deb http://security.debian.org/ wheezy/updates main contrib non-free
|
||||
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
|
||||
|
||||
## Debian Backports
|
||||
deb http://http.debian.net/debian wheezy-backports main contrib non-free
|
||||
deb-src http://http.debian.net/debian wheezy-backports main contrib non-free
|
||||
deb http://httpredir.debian.org/debian wheezy-backports main contrib non-free
|
||||
deb-src http://httpredir.debian.org/debian wheezy-backports main contrib non-free
|
||||
|
@ -362,8 +362,8 @@ alias scat="gpg --decrypt "
|
||||
# To check are keys, which apt uses changed
|
||||
alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys"
|
||||
|
||||
# To see which mirror http.debian.net puts you to. The file which has the latest update time is the mirror which you are using.
|
||||
alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
|
||||
# To see which mirror httpredir.debian.org puts you to. The file which has the latest update time is the mirror which you are using.
|
||||
alias httpredir.debian.org="curl -sL http://httpredir.debian.org/debian/project/trace/|pandoc -f html -t markdown"
|
||||
|
||||
# Amount of keys in GPG keyring.
|
||||
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
||||
|
4
rc/zshrc
4
rc/zshrc
@ -347,8 +347,8 @@ alias scat="gpg --decrypt "
|
||||
# To check are keys, which apt uses changed
|
||||
alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys"
|
||||
|
||||
# To see which mirror http.debian.net puts you to. The file which has the latest update time is the mirror which you are using.
|
||||
alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
|
||||
# To see which mirror httpredir.debian.org puts you to. The file which has the latest update time is the mirror which you are using.
|
||||
alias httpredir.debian.org="curl -sL http://httpredir.debian.org/debian/project/trace/|pandoc -f html -t markdown"
|
||||
|
||||
# Amount of keys in GPG keyring.
|
||||
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
||||
|
Loading…
Reference in New Issue
Block a user