X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_archive.py;h=b9837d3049d529da66db95423e8ab023b0d610aa;hb=cd64b76b3ae740ffa0f2c08302028ba24c663a3d;hp=ceb8cb6dc147449322bcb12fdae0eee30ccc9fc4;hpb=c7cd84ed41a5b670db475483b5ed3016931c223d;p=dak.git diff --git a/dak/check_archive.py b/dak/check_archive.py index ceb8cb6d..b9837d30 100755 --- 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) ################################################################################