]> git.decadent.org.uk Git - dak.git/commitdiff
ignore advisories
authorJoerg Jaspert <joerg@debian.org>
Sat, 11 Dec 2010 20:24:34 +0000 (21:24 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 11 Dec 2010 20:24:34 +0000 (21:24 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/dbconn.py

index 5a92dc8146c39e365b85f012b22a0a81717e1153..25ba49e1e3a3e61b9046fd9de450f4ca8033b4de 100755 (executable)
@@ -615,7 +615,7 @@ class BuildQueue(object):
         session.commit()
 
         for f in os.listdir(self.path):
-            if f.startswith('Packages') or f.startswith('Source') or f.startswith('Release'):
+            if f.startswith('Packages') or f.startswith('Source') or f.startswith('Release') or f.startswith('advisory'):
                 continue
 
             try: