Skip to content

Instantly share code, notes, and snippets.

@serverhorror
Created August 17, 2012 15:12
Show Gist options
  • Select an option

  • Save serverhorror/3379719 to your computer and use it in GitHub Desktop.

Select an option

Save serverhorror/3379719 to your computer and use it in GitHub Desktop.
Debian Repository Structure...
deb http://ftp.de.debian.org/debian/ wheezy main non-free contrib
# http://ftp.de.debian.org/debian/${DIST}/${COMPONENT}/${TYPE}-${ARCH}/Packages.gz
# DIST="stable"|"wheezy"|"unstable"|"testing"
# COMPONENT="main"|"non-free"|"contrib"
# TYPE="binary-${ARCH}"
# ARCH="amd64"|"i386"
deb-src http://ftp.de.debian.org/debian/ wheezy main non-free contrib
# http://ftp.de.debian.org/debian/${DIST}/${COMPONENT}/${TYPE}/Packages.gz
# DIST="stable"|"wheezy"|"unstable"|"testing"
# COMPONENT="main"|"non-free"|"contrib"
# TYPE="source"
# ARCH="amd64"|"i386"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment