DISTRO_PET_REPOS 2.2 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. #110607 i was putting many "common" pet pkgs in the 'quirky' repo, now using 'common'.
  8. #110608 simplify pet pkg search order.
  9. #111124 add arm architecture repo.
  10. #111126 Packages-puppy-noarch-official now has all no-architecture PETs, supplanting -common-.
  11. #120315 this file customised for Precise Pangolin x86 Ubuntu only.
  12. #PET_REPOS
  13. #hardcode the pet repos in here...
  14. #first field is for testing the url.
  15. #second field is full URI of the repo
  16. #third field is the name of db-file(s) associated with that repo. it may have glob wildcards.
  17. # ex: Packages-puppy-4-official (note, url paths are in the database)
  18. PKG_DOCS_PET_REPOS="ibiblio.org|http://distro.ibiblio.org/puppylinux/Packages-puppy-wary5-official|Packages-puppy-wary5-official ibiblio.org|http://distro.ibiblio.org/puppylinux/Packages-puppy-common-official|Packages-puppy-common-official ibiblio.org|http://distro.ibiblio.org/puppylinux/Packages-puppy-noarch-official|Packages-puppy-noarch-official ibiblio.org|http://distro.ibiblio.org/puppylinux/Packages-puppy-squeeze-official|Packages-puppy-squeeze-official ibiblio.org|http://distro.ibiblio.org/puppylinux/Packages-puppy-${DISTRO_DB_SUBNAME}-official|Packages-puppy-${DISTRO_DB_SUBNAME}-official"
  19. PET_REPOS='ibiblio.org|http://distro.ibiblio.org/puppylinux|Packages-puppy-4-official ibiblio.org|http://distro.ibiblio.org/puppylinux|Packages-puppy-*-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux|Packages-puppy-*-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/puppylinux|Packages-puppy-*-official mirror.aarnet.edu.au|ftp://mirror.aarnet.edu.au/pub/puppylinux|Packages-puppy-*-official'
  20. #PACKAGELISTS_PET_ORDER
  21. #this defines where Woof looks first and second (and third, etc.) for pet pkgs
  22. PACKAGELISTS_PET_ORDER="Packages-puppy-${DISTRO_DB_SUBNAME}-official Packages-puppy-precise-official Packages-puppy-noarch-official Packages-puppy-common-official Packages-puppy-wary5-official Packages-puppy-4-official"