From c5d916ae623581a5d7950097d16e222779df4b32 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Wed, 5 Aug 2009 22:37:18 +0200 Subject: [PATCH] queue security wants us to check their origs also in their upload/embargo queies. so lets do that Signed-off-by: Joerg Jaspert --- daklib/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/queue.py b/daklib/queue.py index ceb4a797..df284462 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1292,7 +1292,7 @@ SELECT s.version, su.suite_name FROM source s, src_associations sa, suite su if os.path.exists(in_unchecked) and False: return (self.reject_message, in_unchecked) else: - for directory in [ "Accepted", "New", "Byhand", "ProposedUpdates", "OldProposedUpdates" ]: + for directory in [ "Accepted", "New", "Byhand", "ProposedUpdates", "OldProposedUpdates", "Embargoed", "Unembargoed" ]: in_otherdir = os.path.join(self.Cnf["Dir::Queue::%s" % (directory)],dsc_file) if os.path.exists(in_otherdir): in_otherdir_fh = utils.open_file(in_otherdir) -- 2.39.2