提交 c5d916ae 编写于 作者: J Joerg Jaspert

queue

security wants us to check their origs also in their upload/embargo queies. so lets do that
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 0cfe1f3a
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册