X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=165b7088e2c01a4c762d856c1e0e846427f1147b;hb=afd85fa38556762baebd7520951fb12ec52fba62;hp=d3727216355edc92c6433a6e34794ed82f29cbbe;hpb=027a0a56706486df9a4ccf783ef56cd172def363;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index d3727216..165b7088 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -670,7 +670,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