public
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/mbailey/deprec.git
deprec / lib / deprec / templates / apt_mirror / mirror.list
100644 34 lines (29 sloc) 1.546 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
############# 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