Advertisement
Guest User

mirror

a guest
Mar 4th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ############# config ##################
  2. #
  3. set base_path /home/
  4. set mirror_path $base_path/mirror/
  5. set skel_path $mirror_path/skel
  6. set var_path $mirror_path/var
  7. set cleanscript $var_path/clean.sh
  8. set defaultarch i386 amd64
  9. set postmirror_script $var_path/postmirror.sh
  10. set run_postmirror 0
  11. set nthreads 10
  12. set _tilde 0
  13.  
  14. ############# end config ##############
  15.  
  16. deb-amd64 http://ftp.us.debian.org/debian/ wheezy main contrib non-free
  17. deb-i386 http://ftp.us.debian.org/debian/ wheezy main contrib non-free
  18. deb-amd64 http://ftp.debian.org/debian/ jessie main contrib non-free
  19. deb-i386 http://ftp.debian.org/debian/ jessie main contrib non-free
  20. deb-amd64 http://download.proxmox.com/debian/ wheezy pve-no-subscription
  21.  
  22. clean http://download.proxmox.com/debian
  23. clean http://ftp.debian.org/debian/
  24. clean http://ftp.us.debian.org/debian/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement