From: Mark Hymers <mhy@debian.org>
Date: Sun, 11 Jul 2010 21:03:04 +0000 (+0000)
Subject: Extend a hack
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=8738a9d5201c7389a9014e044aeaf9b1a0c7e6cc;p=dak.git

Extend a hack

Signed-off-by: Mark Hymers <mhy@debian.org>
---

diff --git a/daklib/queue.py b/daklib/queue.py
index 3ab87246..29c2f4f0 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -674,7 +674,7 @@ class Upload(object):
                     entry["new"] = 1
                 else:
                     dsc_file_exists = False
-                    for myq in ["Embargoed", "Unembargoed", "ProposedUpdates", "OldProposedUpdates"]:
+                    for myq in ["Embargoed", "Unembargoed", "ProposedUpdates", "OldProposedUpdates", "Lenny-Volatile-Proposed-Updates"]:
                         if cnf.has_key("Dir::Queue::%s" % (myq)):
                             if os.path.exists(os.path.join(cnf["Dir::Queue::" + myq], dsc_filename)):
                                 dsc_file_exists = True