|
0fae3cc4
»
|
mbailey |
2008-09-04 |
Added recipes and templates... |
1 |
############# config ################## |
| |
2 |
# |
| |
3 |
# set base_path /var/spool/apt-mirror |
| |
4 |
# |
| |
5 |
# if you change the base path you must create the directories below with write privlages |
| |
6 |
# |
| |
7 |
# set mirror_path $base_path/mirror |
| |
8 |
# set skel_path $base_path/skel |
| |
9 |
# set var_path $base_path/var |
| |
10 |
# set cleanscript $var_path/clean.sh |
| |
11 |
# set defaultarch <running host architecture> |
| |
12 |
set nthreads 20 |
| |
13 |
set _tilde 0 |
| |
14 |
# |
| |
15 |
############# end config ############## |
| |
16 |
|
| |
17 |
<% Array(apt_releases_to_mirror).each do |release| %> |
| |
18 |
# <%= release %> |
| |
19 |
deb http://archive.ubuntu.com/ubuntu <%= release %> main restricted universe multiverse |
|
c1137ac5
»
|
mbailey |
2008-09-08 |
Updates to apt-mirror setup |
20 |
#deb http://archive.ubuntu.com/ubuntu <%= release %>-updates main restricted universe multiverse |
|
0fae3cc4
»
|
mbailey |
2008-09-04 |
Added recipes and templates... |
21 |
#deb http://archive.ubuntu.com/ubuntu <%= release %>-backports main restricted universe multiverse |
|
c1137ac5
»
|
mbailey |
2008-09-08 |
Updates to apt-mirror setup |
22 |
#deb http://archive.ubuntu.com/ubuntu <%= release %>-security main restricted universe multiverse |
|
0fae3cc4
»
|
mbailey |
2008-09-04 |
Added recipes and templates... |
23 |
#deb http://archive.ubuntu.com/ubuntu <%= release %>-proposed main restricted universe multiverse |
| |
24 |
|
| |
25 |
deb-src http://archive.ubuntu.com/ubuntu <%= release %> main restricted universe multiverse |
|
c1137ac5
»
|
mbailey |
2008-09-08 |
Updates to apt-mirror setup |
26 |
#deb-src http://archive.ubuntu.com/ubuntu <%= release %>-updates main restricted universe multiverse |
|
0fae3cc4
»
|
mbailey |
2008-09-04 |
Added recipes and templates... |
27 |
#deb-src http://archive.ubuntu.com/ubuntu <%= release %>-backports main restricted universe multiverse |
|
c1137ac5
»
|
mbailey |
2008-09-08 |
Updates to apt-mirror setup |
28 |
#deb-src http://archive.ubuntu.com/ubuntu <%= release %>-security main restricted universe multiverse |
|
0fae3cc4
»
|
mbailey |
2008-09-04 |
Added recipes and templates... |
29 |
#deb-src http://archive.ubuntu.com/ubuntu <%= release %>-proposed main restricted universe multiverse |
| |
30 |
<% end %> |
| |
31 |
|
| |
32 |
clean http://archive.ubuntu.com/ubuntu |
| |
33 |
|