12345678910111213141516171819 |
- #PKG_DOCS_DISTRO_COMPAT
- #where to download the compatible-distro pkgs databases from.
- #first field is for testing the url.
- #second field is full URI of the database file.
- #third field is name of db file when local and after being processed into standard format
- #PKG_DOCS_DISTRO_COMPAT='salix.enialis.net|http://salix.enialis.net/i486/slackware-14.0/PACKAGES.TXT|Packages-slackware-14.0-official salix.enialis.net|http://salix.enialis.net/i486/14.0/PACKAGES.TXT|Packages-slackware-14.0-salix repository.slacky.eu|http://repository.slacky.eu/slackware-14.0/PACKAGES.TXT|Packages-slackware-14.0-slacky salix.enialis.net|http://salix.enialis.net/i486/slackware-14.0/patches/PACKAGES.TXT|Packages-slackware-14.0-patches'
- # NOTE added ftp.osuosl.org for patches as it's the official changelog site. It does not contain dependency info.
- # The rationale behind this decision is that only security fixes are posted and they are compiled against the original libs where possible
- # so any deps needed should already be in place. Have changed this to be first repo searched, that way at any time an up to date slacko is built.
- PKG_DOCS_DISTRO_COMPAT='ftp.osuosl.org|ftp://ftp.osuosl.org/pub/slackware/slackware-14.0/patches/PACKAGES.TXT|Packages-slackware-14.0-patches salix.enialis.net|http://salix.enialis.net/i486/slackware-14.0/PACKAGES.TXT|Packages-slackware-14.0-official salix.enialis.net|http://salix.enialis.net/i486/14.0/PACKAGES.TXT|Packages-slackware-14.0-salix repository.slacky.eu|http://repository.slacky.eu/slackware-14.0/PACKAGES.TXT|Packages-slackware-14.0-slacky'
- #REPOS_DISTRO_COMPAT
- #first field is for testing the url.
- #second field is full URI of the repo
- #third field is the name of db-file(s) associated with that repo. it may have glob wildcards.
- REPOS_DISTRO_COMPAT='slackware.cs.utah.edu|http://slackware.cs.utah.edu/pub/slackware/slackware-14.0|Packages-slackware-14.0-official slackware.mirrors.tds.net|http://slackware.mirrors.tds.net/pub/slackware/slackware-14.0|Packages-slackware-14.0-official ftp.gwdg.de|http://ftp.gwdg.de/pub/linux/slackware/slackware-14.0|Packages-slackware-14.0-official ftp.isu.edu.tw|http://ftp.isu.edu.tw/pub/Linux/Slackware/slackware-14.0|Packages-slackware-14.0-official salix.enialis.net|http://salix.enialis.net/i486/14.0|Packages-slackware-14.0-salix repository.slacky.eu|http://repository.slacky.eu/slackware-14.0|Packages-slackware-14.0-slacky slackware.cs.utah.edu|http://slackware.cs.utah.edu/pub/slackware/slackware-14.0|Packages-slackware-14.0-patches slackware.mirrors.tds.net|http://slackware.mirrors.tds.net/pub/slackware/slackware-14.0|Packages-slackware-14.0-patches ftp.gwdg.de|http://ftp.gwdg.de/pub/linux/slackware/slackware-14.0|Packages-slackware-14.0-patches ftp.isu.edu.tw|http://ftp.isu.edu.tw/pub/Linux/Slackware/slackware-14.0|Packages-slackware-14.0-patches'
- #ftp://ftp.osuosl.org/pub/slackware/slackware-14.0/ChangeLog.txt
|