X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Fqueue.py;h=0fe175f80de54f0eabcc61b0d7231aaac36618af;hb=c0d478ff9d2ab96b620b06fb892afa22be50dcd0;hp=d3727216355edc92c6433a6e34794ed82f29cbbe;hpb=88c7ec31a8f46beeb2209582a99d9b4f234bdd3c;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index d3727216..0fe175f8 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 @@ -775,7 +775,7 @@ class Upload(object): location = cnf["Dir::Pool"] l = get_location(location, entry["component"], session=session) if l is None: - self.rejects.append("[INTERNAL ERROR] couldn't determine location (Component: %)" % entry["component"]) + self.rejects.append("[INTERNAL ERROR] couldn't determine location (Component: %s)" % entry["component"]) entry["location id"] = -1 else: entry["location id"] = l.location_id