123456789101112131415161718192021 |
- #PKG_DOCS_PET_REPOS
- #where to download the pet 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
- # (in the case of PET databases, the names are the same and no processing is required)
- PKG_DOCS_PET_REPOS="ibiblio.org|http://distro.ibiblio.org/quirky/Packages-puppy-quirky6-official|Packages-puppy-quirky6-official ibiblio.org|http://distro.ibiblio.org//quirky/Packages-puppy-common-official|Packages-puppy-common-official ibiblio.org|http://distro.ibiblio.org//quirky/Packages-puppy-noarch-official|Packages-puppy-noarch-official ibiblio.org|http://distro.ibiblio.org//quirky/Packages-puppy-wary5-official|Packages-puppy-wary5-official"
- #PET_REPOS
- #hardcode the pet repos in here...
- #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.
- # ex: Packages-puppy-4-official (note, url paths are in the database)
- PET_REPOS='ibiblio.org|http://distro.ibiblio.org//quirky|Packages-puppy-*-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky|Packages-puppy-*-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky|Packages-puppy-*-official mirror.aarnet.edu.au|ftp://mirror.aarnet.edu.au/pub/quirky|Packages-puppy-*-official ibiblio.org|http://distro.ibiblio.org/puppylinux|Packages-puppy-4-official'
- #PACKAGELISTS_PET_ORDER
- #this defines where Woof (and PPM) looks first and second (and third, etc.) for pet pkgs
- PACKAGELISTS_PET_ORDER="Packages-puppy-${DISTRO_DB_SUBNAME}-official Packages-puppy-noarch-official Packages-puppy-common-official Packages-puppy-wary5-official Packages-puppy-4-official"
|