r107 - branches/rewrite/etc

Nat Budin partial-mirror-devel@lists.alioth.debian.org
Wed, 30 Jun 2004 20:12:20 -0600


Author: natbudin-guest
Date: Wed Jun 30 20:12:19 2004
New Revision: 107

Modified:
   branches/rewrite/etc/debpartial-mirror.conf
Log:
A possibly new format for the config file, to enable new features.



Modified: branches/rewrite/etc/debpartial-mirror.conf
==============================================================================
--- branches/rewrite/etc/debpartial-mirror.conf	(original)
+++ branches/rewrite/etc/debpartial-mirror.conf	Wed Jun 30 20:12:19 2004
@@ -4,39 +4,44 @@
 # Author: Otavio Salvador <otavio@debian.org>
 # $Id$
 
-[mirror]
-# mirror origin server
-server=http://ftp.us.debian.org/debian/
-
-# mirror destiny directory
+[DEFAULT]
+# mirror destination directory
 local_directory=/var/cache/debpartial-mirror/
 
-# extra files list to be downloaded (this accepts regular expressions)
-#files=doc/(.*.txt)
+# which archs should I download?
+archs=i386
 
-# should I get the suggeted packages?
+# should I get the suggested packages?
 get_suggests=true
 
-# should I get the recomended packages?
-get_recomends=true
+# should I get the recommended packages?
+get_recommends=true
 
 # should I get the provided packages?
 get_provides=true
 
-# witch archs should I download?
-archs=i386
+# which sections/distributions should I get?
+sections=main
+distributions=stable
 
 [sarge]
-# If using debian-cd tasks, you need filter without any packages. See bellow
-#filter=main:-:-
-#include-task=/usr/share/debian-cd/tasks/debian-installer
-#exclude-task=/usr/share/debian-cd/tasks/exclude
-
-# Another filter example
-filter=main:base:* main:*:required main:*:important main/debian-installer:*:*
-
-#[unstable]
-#packages=main:apt-utils
-#exclude=main:lilo
-#filter=main/debian-installer:*:*
-
+server = http://ftp.debian.org/debian
+sections = main main/debian-installer
+distributions = sarge
+filter = subsection:base priority:important
+
+[sid_debian-installer]
+server = http://ftp.debian.org/debian
+sections = main/debian-installer
+distributions = sid
+filter = all
+
+[local_custom_packages]
+server = file:///var/lib/custom-packages
+sections = main
+distributions = local
+filter = all
+
+[my_custom_debian_distro]
+merge_backends = sarge sid_debian-installer local_custom_packages
+name = sarge-with-sids-installer-and-some-other-stuff