r139 - in branches/rewrite: etc src

Nat Budin partial-mirror-devel@lists.alioth.debian.org
Sat, 03 Jul 2004 14:23:28 -0600


Author: natbudin-guest
Date: Sat Jul  3 14:23:28 2004
New Revision: 139

Modified:
   branches/rewrite/etc/debpartial-mirror.conf
   branches/rewrite/src/Config.py
Log:
Changes to make Otavio's test harness work properly.


Modified: branches/rewrite/etc/debpartial-mirror.conf
==============================================================================
--- branches/rewrite/etc/debpartial-mirror.conf	(original)
+++ branches/rewrite/etc/debpartial-mirror.conf	Sat Jul  3 14:23:28 2004
@@ -69,3 +69,4 @@
 backends = sarge sid_debian-installer local_custom_packages
 name = sarge-with-sids-installer-and-some-other-stuff
 filter_sarge = all
+filter_blablabla = something:something-else

Modified: branches/rewrite/src/Config.py
==============================================================================
--- branches/rewrite/src/Config.py	(original)
+++ branches/rewrite/src/Config.py	Sat Jul  3 14:23:28 2004
@@ -57,6 +57,7 @@
         'get_suggests',
         'get_recommends',
         'get_provides',
+        'debug',
         ]
 
     allowed_in_backend = [
@@ -136,6 +137,3 @@
             for item, value in options.items():
                 print "  %s = %s" %(item, value)
 
-getLogger().setLevel(DEBUG)
-conf = Config('../etc/debpartial-mirror.conf')
-conf.dump()