* dak/process_new.py (is_source_in_queue_dir): join the queue path
because os.listdir entries come with their path stripped
Signed-off-by: Philipp Kern <pkern@debian.org>
+2008-08-30 Philipp Kern <pkern@debian.org>
+
+ * dak/process_new.py (is_source_in_queue_dir): join the queue path
+ because os.listdir entries come with their path stripped
+
2008-08-30 Philipp Kern <pkern@debian.org>
* dak/process_new.py (do_accept_stableupdate): state what we intend
for entry in entries:
# read the .dak
u = queue.Upload(Cnf)
- u.pkg.changes_file = entry
+ u.pkg.changes_file = os.path.join(qdir, entry)
u.update_vars()
if not Upload.pkg.changes["architecture"].has_key("source"):
# another binary upload, ignore