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.1/PACKAGES.TXT|Packages-slackware-14.1-official salix.enialis.net|http://salix.enialis.net/i486/14.1/PACKAGES.TXT|Packages-slackware-14.1-salix salix.enialis.net|http://salix.enialis.net/i486/slackware-14.1/patches/PACKAGES.TXT|Packages-slackware-14.1-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.1/patches/PACKAGES.TXT|Packages-slackware-14.1-patches salix.enialis.net|http://salix.enialis.net/i486/slackware-14.1/PACKAGES.TXT|Packages-slackware-14.1-official salix.enialis.net|http://salix.enialis.net/i486/14.1/PACKAGES.TXT|Packages-slackware-14.1-salix'
- #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.1|Packages-slackware-14.1-official slackware.mirrors.tds.net|http://slackware.mirrors.tds.net/pub/slackware/slackware-14.1|Packages-slackware-14.1-official ftp.gwdg.de|http://ftp.gwdg.de/pub/linux/slackware/slackware-14.1|Packages-slackware-14.1-official ftp.isu.edu.tw|http://ftp.isu.edu.tw/pub/Linux/Slackware/slackware-14.1|Packages-slackware-14.1-official salix.enialis.net|http://salix.enialis.net/i486/14.1|Packages-slackware-14.1-salix slackware.cs.utah.edu|http://slackware.cs.utah.edu/pub/slackware/slackware-14.1|Packages-slackware-14.1-patches slackware.mirrors.tds.net|http://slackware.mirrors.tds.net/pub/slackware/slackware-14.1|Packages-slackware-14.1-patches ftp.gwdg.de|http://ftp.gwdg.de/pub/linux/slackware/slackware-14.1|Packages-slackware-14.1-patches ftp.isu.edu.tw|http://ftp.isu.edu.tw/pub/Linux/Slackware/slackware-14.1|Packages-slackware-14.1-patches'
- #ftp://ftp.osuosl.org/pub/slackware/slackware-14.1/ChangeLog.txt
|