Advertisement
Guest User

mirror.list

a guest
Oct 31st, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ############# config ##################
  2. #
  3. set base_path /var/spool/apt-mirror
  4. #
  5. set mirror_path $base_path/mirror
  6. set skel_path $base_path/skel
  7. set var_path $base_path/var
  8. set cleanscript $var_path/clean.sh
  9. set defaultarch <running host architecture>
  10. set postmirror_script $var_path/postmirror.sh
  11. set run_postmirror 0
  12. set nthreads 20
  13. set _tilde 0
  14. #
  15. ############# end config ##############
  16.  
  17. deb http://ftp.fr.debian.org/debian/ wheezy main
  18.  
  19. deb-src http://ftp.fr.debian.org/debian/ wheezy main
  20.  
  21. deb http://security.debian.org/ wheezy/updates main
  22. deb-src http://security.debian.org/ wheezy/updates main
  23.  
  24. # wheezy-updates, previously known as ‘volatile’
  25. deb http://ftp.fr.debian.org/debian/ wheezy-updates main
  26. deb-src http://ftp.fr.debian.org/debian/ wheezy-updates main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement