]> git.decadent.org.uk Git - dak.git/commit
queue_report: Ignore stuff without a source
authorGergely Nagy <algernon@madhouse-project.org>
Wed, 13 Jun 2012 13:19:42 +0000 (13:19 +0000)
committerGergely Nagy <algernon@madhouse-project.org>
Wed, 13 Jun 2012 13:19:42 +0000 (13:19 +0000)
commit01155cdff0ed5580dac035e03f0c7cc318a635cf
tree352a50c76e2c586f8e2169d797cede965f7c0c65
parent53dc3cd37e5d6676776cf110a70edff9c46072d9
queue_report: Ignore stuff without a source

Trainees can't see files in byhand, therefore process_changes_file in
queue_report is unable to handle changes files in queue/byhand. As a
workaround, whenever it encounters a changes file that it can't read
(and thus, cache[filename] has no source key), ignore that and
continue.

The result is that trainees will be able to use queue-report without a
backtrace, they just won't be able to see byhand, as intended. For
everyone else, queue-report should work as before.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
dak/queue_report.py