DISTRO_COMPAT_REPOS-debian-squeeze 1.1 KB

123456
  1. #where to get pkg docs, format: domain|uri|localfilename...
  2. PKG_DOCS_DISTRO_COMPAT="http.us.debian.org|http://http.us.debian.org/debian/dists/${DISTRO_COMPAT_VERSION}/main/binary-armel/Packages.bz2|Packages-debian-${DISTRO_COMPAT_VERSION}-main http.us.debian.org|http://http.us.debian.org/debian/dists/${DISTRO_COMPAT_VERSION}/non-free/binary-armel/Packages.bz2|Packages-debian-${DISTRO_COMPAT_VERSION}-non-free http.us.debian.org|http://http.us.debian.org/debian/dists/${DISTRO_COMPAT_VERSION}/contrib/binary-armel/Packages.bz2|Packages-debian-${DISTRO_COMPAT_VERSION}-contrib"
  3. #debian repos...
  4. #note, the local pkgs database file (or partname) is also appended to these entries, so know which url to download a particular pkg from (glob wildcard allowed)...
  5. REPOS_DISTRO_COMPAT="http.us.debian.org|http://http.us.debian.org/debian|Packages-debian-${DISTRO_COMPAT_VERSION}-* mirrors.kernel.org|http://mirrors.kernel.org/debian|Packages-debian-${DISTRO_COMPAT_VERSION}-* ftp.de.debian.org|http://ftp.de.debian.org/debian|Packages-debian-${DISTRO_COMPAT_VERSION}-* ftp.au.debian.org|http://ftp.au.debian.org/debian|Packages-debian-${DISTRO_COMPAT_VERSION}-*"