123456 |
- #where to get pkg docs, format: domain|uri|localfilename...
- 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"
- #debian repos...
- #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)...
- 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}-*"
|