r212 - branches/rewrite/etc

Nat Budin partial-mirror-devel@lists.alioth.debian.org
Mon, 26 Jul 2004 17:32:59 -0600


Author: natbudin-guest
Date: Mon Jul 26 17:32:59 2004
New Revision: 212

Modified:
   branches/rewrite/etc/debpartial-mirror.conf
Log:
Add examples of using the get_sources and source_only options.


Modified: branches/rewrite/etc/debpartial-mirror.conf
==============================================================================
--- branches/rewrite/etc/debpartial-mirror.conf	(original)
+++ branches/rewrite/etc/debpartial-mirror.conf	Mon Jul 26 17:32:59 2004
@@ -21,6 +21,7 @@
 get_suggests = true
 get_recommends = true
 get_provides = true
+get_sources = false
 
 ;; Here is our first backend.  It mirrors a subset of packages from the
 ;; Debian official repositories.
@@ -37,6 +38,9 @@
 ;; Only get a subset of the packages in this source.
 filter = subsection:base priority:important
 
+;; And get the source packages as well for this backend.
+get_sources = true
+
 ;; Here is another backend.  This one will get all the debian-installer
 ;; packages from the unstable distribution (sid).
 [sid_debian-installer]
@@ -49,6 +53,10 @@
 include_from_task = /usr/share/debian-cd/tasks/base-sarge
 exclude_from_task = /usr/share/debian-cd/tasks/exclude-sarge
 
+;; Let's only get the source packages, not the binary ones.
+get_sources = true
+source_only = true
+
 ;; This backend is a local repository, as you can see from the use of the
 ;; file:// URL.  The idea is that we have a set of custom-made packages
 ;; stored on the local computer.