Skip to content

Instantly share code, notes, and snippets.

@pprince
Created October 12, 2014 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pprince/86397082662a13fc7ad7 to your computer and use it in GitHub Desktop.
Save pprince/86397082662a13fc7ad7 to your computer and use it in GitHub Desktop.
# Packages from wheezy get priority 900
Package: *
Pin: release n=wheezy
Pin-Priority: 900
# Well, I have also squeeze repositories enabled, but I prefer wheezy
Package: *
Pin: release n=squeeze
Pin-Priority: 600
# Other packages are installed only when forced (ie. apt-get -t unstable install <package>)
Package: *
Pin: release o=Debian
Pin-Priority: -10
# Third-Party:
# ------------
#### Nginx official repository for debian 6 "squeeze"
deb http://nginx.org/packages/debian/ wheezy nginx
deb-src http://nginx.org/packages/debian/ wheezy nginx
#### Puppetlabs official repository for debian 7 "wheezy"
# Puppetlabs products
deb http://apt.puppetlabs.com wheezy main
deb-src http://apt.puppetlabs.com wheezy main
# Puppetlabs dependencies
deb http://apt.puppetlabs.com wheezy dependencies
deb-src http://apt.puppetlabs.com wheezy dependencies
## Puppetlabs devel (uncomment to activate)
#deb http://apt.puppetlabs.com wheezy devel
#deb-src http://apt.puppetlabs.com wheezy devel
# Debian Official Repos:
# ----------------------
## debian unstable "sid"
deb http://ftp.se.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.fi.debian.org/debian/ sid main contrib non-free
## debian 7 "wheezy"
# wheezy
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free
# wheezy-updates
deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
# wheezy security updates
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
## wheezy-proposed-updates
deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free
## wheezy-backports
deb http://ftp.us.debian.org/debian wheezy-backports main contrib non-free
deb-src http://ftp.us.debian.org/debian wheezy-backports main contrib non-free
## debian 6 "squeeze"
# squeeze
deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free
# squeeze-updates
deb http://ftp.us.debian.org/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ squeeze-updates main contrib non-free
# squeeze security updates
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
## squeeze-proposed-updates
#deb http://ftp.us.debian.org/debian/ squeeze-proposed-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ squeeze-proposed-updates main contrib non-free
# Sensible Defaults:
# ------------------
## stable
#deb http://ftp.us.debian.org/debian/ stable main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ stable main contrib non-free
## stable-updates
#deb http://ftp.us.debian.org/debian/ stable-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ stable-updates main contrib non-free
## stable security updates
#deb http://security.debian.org/ stable/updates main contrib non-free
#deb-src http://security.debian.org/ stable/updates main contrib non-free
## testing
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
## test-updates
deb http://ftp.us.debian.org/debian/ testing-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing-updates main contrib non-free
## testing security updates
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
### unstable
#deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment