/[partial-mirror]/branches/rewrite/tests/Config/good.conf
ViewVC logotype

Contents of /branches/rewrite/tests/Config/good.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 161 - (show annotations) (download)
Tue Jul 6 21:55:44 2004 UTC (8 years, 10 months ago) by otavio
File size: 1025 byte(s)
Revert wrong comitted files.
1 ;;
2 ;; debpartial-mirror configuration file.
3 ;;
4 ;; $Id: debpartial-mirror.conf 130 2004-07-02 12:33:24Z natbudin-guest $
5
6 ;;
7 ;; This is a good configuration file.
8 ;;
9
10
11 [GLOBAL]
12 mirror_dir = /var/cache/debpartial-mirror/
13 architectures = i386
14
15 sections = main
16 distributions = stable
17
18 get_suggests = true
19 get_recommends = true
20 get_provides = true
21
22 [sarge]
23 server = http://ftp.debian.org/debian
24 sections = main
25 distributions = sarge
26 filter = subsection:base priority:important
27
28 [sid_debian-installer]
29 server = http://ftp.debian.org/debian
30 sections = main/debian-installer
31 distributions = sid
32 filter = all
33
34 include_from_task = /usr/share/debian-cd/tasks/base-sarge
35 exclude_from_task = /usr/share/debian-cd/tasks/exclude-sarge
36
37 [local_custom_packages]
38 server = file:///var/lib/custom-packages
39 sections = main
40 distributions = local
41 filter = all
42
43 resolve_deps_using = sarge
44
45 [my_custom_debian_distro]
46 backends = sarge sid_debian-installer local_custom_packages
47 name = sarge-with-sids-installer-and-some-other-stuff
48 filter_sarge = all

  ViewVC Help
Powered by ViewVC 1.1.5