Sha256: 2b4c3357acfc11c9411a800db59c30f2e251ad31b414b8ed79115a93acee38d8
Contents?: true
Size: 1.51 KB
Versions: 13
Compression:
Stored size: 1.51 KB
Contents
############# config ################## # # set base_path /var/spool/apt-mirror # # if you change the base path you must create the directories below with write privlages # # set mirror_path $base_path/mirror # set skel_path $base_path/skel # set var_path $base_path/var # set cleanscript $var_path/clean.sh # set defaultarch <running host architecture> set nthreads 20 set _tilde 0 # ############# end config ############## <% Array(apt_releases_to_mirror).each do |release| %> # <%= release %> deb http://archive.ubuntu.com/ubuntu <%= release %> main restricted universe multiverse #deb http://archive.ubuntu.com/ubuntu <%= release %>-updates main restricted universe multiverse #deb http://archive.ubuntu.com/ubuntu <%= release %>-backports main restricted universe multiverse #deb http://archive.ubuntu.com/ubuntu <%= release %>-security main restricted universe multiverse #deb http://archive.ubuntu.com/ubuntu <%= release %>-proposed main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu <%= release %> main restricted universe multiverse #deb-src http://archive.ubuntu.com/ubuntu <%= release %>-updates main restricted universe multiverse #deb-src http://archive.ubuntu.com/ubuntu <%= release %>-backports main restricted universe multiverse #deb-src http://archive.ubuntu.com/ubuntu <%= release %>-security main restricted universe multiverse #deb-src http://archive.ubuntu.com/ubuntu <%= release %>-proposed main restricted universe multiverse <% end %> clean http://archive.ubuntu.com/ubuntu
Version data entries
13 entries across 13 versions & 2 rubygems