Skip to content

Instantly share code, notes, and snippets.

@infinity0
Created January 12, 2016 11:48
Show Gist options
  • Save infinity0/308926f4d48caddccb91 to your computer and use it in GitHub Desktop.
Save infinity0/308926f4d48caddccb91 to your computer and use it in GitHub Desktop.
Debian testing prefs files
APT::Default-Release "testing";
#Aptitude::Purge-Unused "true";
APT::Architectures { "amd64"; "i386"; };
Package: *
Pin: release a=unstable
Pin-Priority: 300
Package: *
Pin: release a=experimental
Pin-Priority: 200
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free
deb http://ftp.de.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free
deb http://ftp.de.debian.org/debian/ experimental main contrib non-free
deb-src http://ftp.de.debian.org/debian/ experimental main contrib non-free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment