Last active
June 20, 2017 10:48
-
-
Save stlehmann/5f84b4b30caa8127df1da04304b93536 to your computer and use it in GitHub Desktop.
Debian apt preferences and sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: * | |
Pin: release a=stable | |
Pin-Priority: 700 | |
Package: * | |
Pin: release a=testing | |
Pin-Priority: 650 | |
Package: * | |
Pin: release a=unstable | |
Pin-Priority: -10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://ftp.debian.org/debian/ jessie main non-free contrib | |
deb-src http://ftp.debian.org/debian/ jessie main non-free contrib | |
deb http://security.debian.org/ jessie/updates main non-free contrib | |
deb-src http://security.debian.org/ jessie/updates main non-free contrib | |
# jessie-updates, previously known as 'volatile' | |
deb http://ftp.debian.org/debian/ jessie-updates main non-free contrib | |
deb-src http://ftp.debian.org/debian/ jessie-updates main non-free contrib | |
# testing | |
deb http://ftp.debian.org/debian/ testing main non-free contrib | |
deb-src http://ftp.debian.org/debian/ testing main non-free contrib | |
# unstable | |
deb http://ftp.debian.org/debian/ unstable main non-free contrib | |
deb-src http://ftp.debian.org/debian/ unstable main non-free contrib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment