DISTRO_PET_REPOS 1.8 KB

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