]> git.decadent.org.uk Git - dak.git/commitdiff
.udeb NBS support for rene
authorJames Troup <james@nocrew.org>
Fri, 3 Oct 2003 16:39:20 +0000 (16:39 +0000)
committerJames Troup <james@nocrew.org>
Fri, 3 Oct 2003 16:39:20 +0000 (16:39 +0000)
TODO
rene

diff --git a/TODO b/TODO
index 0bed3d337a31f4de49506627f0327b9d7296d49c..2451bfa2bbeeb5ba2ced1c55907e9828b7d6d209 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,6 +27,9 @@ queue/approved
 Others
 ------
 
+  o jennifer crashes if run as a user in -n mode when orig.tar.gz is
+   in queue/new...
+
 <elmo_home> [<random>maybe I should reject debian packages with a non-Debian origin or bugs field</>]
 <Kamion> [<random>agreed; dunno what origin does but non-Debian bugs fields would be bad]
 
diff --git a/rene b/rene
index 27f1b10338194372181a5649a13180a458dd64e0..d97c4c6e9a3a3140afebdbe5e40cc218325feb87 100755 (executable)
--- a/rene
+++ b/rene
@@ -2,7 +2,7 @@
 
 # Check for obsolete binary packages
 # Copyright (C) 2000, 2001, 2002, 2003  James Troup <james@nocrew.org>
-# $Id: rene,v 1.21 2003-04-15 16:01:45 troup Exp $
+# $Id: rene,v 1.22 2003-10-03 16:39:20 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -311,7 +311,7 @@ def main ():
         os.unlink(temp_filename);
 
     # Checks based on the Packages files
-    for component in components:
+    for component in components + ['main/debian-installer']:
         architectures = filter(utils.real_arch, Cnf.ValueList("Suite::%s::Architectures" % (suite)));
         for architecture in architectures:
             filename = "%s/dists/%s/%s/binary-%s/Packages" % (Cnf["Dir::Root"], suite, component, architecture);