projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7cd84e
)
Add missing configuration initialiser.
author
Chris Lamb
<lamby@debian.org>
Fri, 30 Oct 2009 11:48:26 +0000
(11:48 +0000)
committer
Chris Lamb
<lamby@debian.org>
Fri, 30 Oct 2009 11:48:26 +0000
(11:48 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
dak/check_archive.py
patch
|
blob
|
history
diff --git
a/dak/check_archive.py
b/dak/check_archive.py
index ceb8cb6dc147449322bcb12fdae0eee30ccc9fc4..b9837d3049d529da66db95423e8ab023b0d610aa 100755
(executable)
--- a/
dak/check_archive.py
+++ b/
dak/check_archive.py
@@
-475,6
+475,7
@@
def chk_bd_process_dir (unused, dirname, filenames):
def check_build_depends():
""" Validate build-dependencies of .dsc files in the archive """
+ cnf = Config()
os.path.walk(cnf["Dir::Root"], chk_bd_process_dir, None)
################################################################################