提交 65d232b9 编写于 作者: J Joerg Jaspert

Merge commit 'pkern/p-u-new' into merge

* commit 'pkern/p-u-new':
  dak/process_new.py (is_source_in_queue_dir): access u instead of Upload
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
2008-09-06 Philipp Kern <pkern@debian.org>
* dak/process_new.py (is_source_in_queue_dir): Access the right
variable to check if the given entry in the queue is the sourceful
upload we are looking for.
2008-09-02 Joerg Jaspert <joerg@debian.org>
* config/debian/pseudo-packages.description: Added debian-i18n and
......
......@@ -822,7 +822,7 @@ def is_source_in_queue_dir(qdir):
u = queue.Upload(Cnf)
u.pkg.changes_file = os.path.join(qdir, entry)
u.update_vars()
if not Upload.pkg.changes["architecture"].has_key("source"):
if not u.pkg.changes["architecture"].has_key("source"):
# another binary upload, ignore
continue
if Upload.pkg.changes["version"] != u.pkg.changes["version"]:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册