############# 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