X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=7a49242284026ec39f12e5fe3d13928d46094819;hb=34c92af4f2915f3a28918edcd5052f4ceca437ea;hp=4196111195fdc072d608768c854c942e14211142;hpb=1fc854e1829ed9000f02ea1375201366625d73c8;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 41961111..7a492422 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -805,7 +805,7 @@ class Upload(object): entry["new"] = 1 else: dsc_file_exists = False - for myq in ["Embargoed", "Unembargoed", "ProposedUpdates", "OldProposedUpdates", "Squeeze-Updates-Proposed-Updates"]: + for myq in ["Embargoed", "Unembargoed", "ProposedUpdates", "OldProposedUpdates"]: 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