r117 - branches/rewrite/etc

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Thu, 01 Jul 2004 16:55:16 -0600


Author: otavio
Date: Thu Jul  1 16:55:15 2004
New Revision: 117

Modified:
   branches/rewrite/etc/debpartial-mirror.conf
Log:
Reorder configuration file to be more easy to understand and logical.

Modified: branches/rewrite/etc/debpartial-mirror.conf
==============================================================================
--- branches/rewrite/etc/debpartial-mirror.conf	(original)
+++ branches/rewrite/etc/debpartial-mirror.conf	Thu Jul  1 16:55:15 2004
@@ -12,21 +12,20 @@
 ;; Which architectures should I download?
 architectures = i386
 
+;; What should I look for, by default?
+sections = main
+distributions = stable
+
 ;; What should I get?
 get_suggests = true
 get_recommends = true
 get_provides = true
 
-;; What should I look for, by default?
-sections = main
-distributions = stable
-
 ;; Here is our first backend.  It mirrors a subset of packages from the
 ;; Debian official repositories.
 [sarge]
 
-;; Where do we get the packages from?
-server = http://ftp.debian.org/debian
+;; Where do we get the packages from?server = http://ftp.debian.org/debian
 
 ;; Since we specify sections and distributions in this section, what we
 ;; specify here overrides the settings in [DEFAULT].