r140 - in branches/rewrite: debian etc src tests/Config

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Sat, 03 Jul 2004 14:37:41 -0600


Author: otavio
Date: Sat Jul  3 14:37:40 2004
New Revision: 140

Modified:
   branches/rewrite/debian/changelog
   branches/rewrite/etc/debpartial-mirror.conf
   branches/rewrite/src/Config.py
   branches/rewrite/tests/Config/good.conf
Log:
Temporary remove of debug option.

Modified: branches/rewrite/debian/changelog
==============================================================================
--- branches/rewrite/debian/changelog	(original)
+++ branches/rewrite/debian/changelog	Sat Jul  3 14:37:40 2004
@@ -6,6 +6,9 @@
   * Otavio Salvador
     - Include the new configuration file.
     - Change the URI on description to the website on Alioth.
+    - Rewrite the configuration parser script to accept the new
+      configuration file. Thanks to Nat Budin <natb@brandeis.edu> by your
+      important help.
 
  -- Otavio Salvador <otavio@debian.org>  Tue, 22 Jun 2004 20:46:21 -0300
 

Modified: branches/rewrite/etc/debpartial-mirror.conf
==============================================================================
--- branches/rewrite/etc/debpartial-mirror.conf	(original)
+++ branches/rewrite/etc/debpartial-mirror.conf	Sat Jul  3 14:37:40 2004
@@ -4,6 +4,8 @@
 ;; $Id$
 
 [GLOBAL]
+;; Show debug information?
+;debug = DEBUG
 
 ;; Mirror destination directory
 mirror_dir = /var/cache/debpartial-mirror/

Modified: branches/rewrite/src/Config.py
==============================================================================
--- branches/rewrite/src/Config.py	(original)
+++ branches/rewrite/src/Config.py	Sat Jul  3 14:37:40 2004
@@ -57,7 +57,6 @@
         'get_suggests',
         'get_recommends',
         'get_provides',
-        'debug',
         ]
 
     allowed_in_backend = [

Modified: branches/rewrite/tests/Config/good.conf
==============================================================================
--- branches/rewrite/tests/Config/good.conf	(original)
+++ branches/rewrite/tests/Config/good.conf	Sat Jul  3 14:37:40 2004
@@ -5,7 +5,7 @@
 
 [GLOBAL]
 ;; Show debug information?
-debug = DEBUG
+;debug = DEBUG
 
 ;; Mirror destination directory
 mirror_dir = /var/cache/debpartial-mirror/