Advertisement
Guest User

mirror.list

a guest
Jan 21st, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ############# config ##################
  2. #
  3. set base_path    /local-repository
  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  <i386>
  10. # set postmirror_script $var_path/postmirror.sh
  11. # set run_postmirror 0
  12. set nthreads     50
  13. set _tilde 0
  14. #
  15. ############# end config ##############
  16.  
  17. deb http://archive.ubuntu.com/ubuntu precise main restricted universe multiverse
  18. deb http://archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse
  19. deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse
  20. deb http://archive.ubuntu.com/ubuntu precise-proposed main restricted universe multiverse
  21. deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
  22.  
  23. #deb-src http://archive.ubuntu.com/ubuntu precise main restricted universe multiverse
  24. #deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse
  25. #deb-src http://archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse
  26. #deb-src http://archive.ubuntu.com/ubuntu precise-proposed main restricted universe multiverse
  27. #deb-src http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
  28.  
  29. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  30. # newer versions of the distribution.
  31.  
  32. #deb http://gb.archive.ubuntu.com/ubuntu precise main restricted universe multiverse
  33. #deb http://gb.archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse
  34. deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
  35. deb http://packages.medibuntu.org/ precise free non-free
  36. #deb http://gb.archive.canonical.com/ubuntu precise partner
  37. deb http://extras.ubuntu.com/ubuntu precise main
  38. #deb http://gb.archive.ubuntu.com/ubuntu precise-proposed restricted main multiverse universe
  39.  
  40.  
  41. clean http://gb.archive.ubuntu.com/ubuntu
  42. clean http://security.ubuntu.com/ubuntu
  43. clean http://extras.ubuntu.com/ubuntu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement