DISTRO_PET_REPOS 2.3 KB

1234567891011121314151617181920212223242526
  1. #PKG_DOCS_PET_REPOS
  2. #where to download the pet pkgs databases from.
  3. #first field is for testing the url.
  4. #second field is full URI of the database file.
  5. #third field is name of db file when local and after being processed into standard format
  6. # (in the case of PET databases, the names are the same and no processing is required)
  7. #PET_REPOS
  8. #hardcode the pet repos in here...
  9. #first field is for testing the url.
  10. #second field is full URI of the repo
  11. #third field is the name of db-file(s) associated with that repo. it may have glob wildcards.
  12. # ex: Packages-puppy-4-official (note, url paths are in the database)
  13. ARCHDIR='arm' #note, this is in variable DISTRO_TARGETARCH in /etc/DISTRO_SPECS
  14. #DISTRO_COMPAT_VERSION specified in /etc/DISTRO_SPECS (=squeeze)
  15. 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-armv6-official|Packages-puppy-armv6-official"
  16. 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-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"
  17. #PACKAGELISTS_PET_ORDER
  18. #this defines where Woof looks first and second (and third, etc.) for pet pkgs
  19. PACKAGELISTS_PET_ORDER="Packages-puppy-${DISTRO_COMPAT_VERSION}-official Packages-puppy-noarch-official Packages-puppy-armv6-official"