123456789101112131415161718192021222324252627282930 |
- #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)
- #110607 i was putting many "common" pet pkgs in the 'quirky' repo, now using 'common'.
- #110608 simplify pet pkg search order.
- #111124 add arm architecture repo.
- #120429 support lucid arm.
- ARCHDIR='arm' #note, this is in variable DISTRO_TARGETARCH in /etc/DISTRO_SPECS
- #DISTRO_COMPAT_VERSION also in /etc/DISTRO_SPECS (=lucid)
- #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)
- PKG_DOCS_PET_REPOS="ibiblio.org|http://distro.ibiblio.org/puppylinux/${ARCHDIR}/Packages-puppy-${DISTRO_COMPAT_VERSION}-official|Packages-puppy-${DISTRO_COMPAT_VERSION}-official ibiblio.org|http://distro.ibiblio.org/puppylinux/Packages-puppy-noarch-official|Packages-puppy-noarch-official ibiblio.org|http://distro.ibiblio.org/puppylinux/${ARCHDIR}/Packages-puppy-armv7-official|Packages-puppy-armv7-official ibiblio.org|http://distro.ibiblio.org/puppylinux/${ARCHDIR}/Packages-puppy-armv6-official|Packages-puppy-armv6-official"
- PET_REPOS="ibiblio.org|http://distro.ibiblio.org/puppylinux/${ARCHDIR}|Packages-puppy-${DISTRO_COMPAT_VERSION}-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/${ARCHDIR}|Packages-puppy-${DISTRO_COMPAT_VERSION}-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/puppylinux/${ARCHDIR}|Packages-puppy-${DISTRO_COMPAT_VERSION}-official ibiblio.org|http://distro.ibiblio.org/puppylinux|Packages-puppy-noarch-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux|Packages-puppy-noarch-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/puppylinux|Packages-puppy-noarch-official ibiblio.org|http://distro.ibiblio.org/puppylinux/${ARCHDIR}|Packages-puppy-armv7-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/${ARCHDIR}|Packages-puppy-armv7-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/puppylinux/${ARCHDIR}|Packages-puppy-armv7-official ibiblio.org|http://distro.ibiblio.org/puppylinux/${ARCHDIR}|Packages-puppy-armv6-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/${ARCHDIR}|Packages-puppy-armv6-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/puppylinux/${ARCHDIR}|Packages-puppy-armv6-official"
- #PACKAGELISTS_PET_ORDER
- #this defines where Woof looks first and second (and third, etc.) for pet pkgs
- PACKAGELISTS_PET_ORDER="Packages-puppy-${DISTRO_COMPAT_VERSION}-official Packages-puppy-noarch-official Packages-puppy-armv7-official Packages-puppy-armv6-official"
|