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