projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07de430
)
Add missing Config initialiser.
author
Chris Lamb
<lamby@debian.org>
Fri, 30 Oct 2009 11:54:33 +0000
(11:54 +0000)
committer
Chris Lamb
<lamby@debian.org>
Fri, 30 Oct 2009 11:54:33 +0000
(11:54 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
dak/make_suite_file_list.py
patch
|
blob
|
history
diff --git
a/dak/make_suite_file_list.py
b/dak/make_suite_file_list.py
index 3c690a510960b42da5e9d8a36a4d9952bc7c5a84..d3b679ed5aebbe5364a15c8cf85961bd15a71d2e 100755
(executable)
--- a/
dak/make_suite_file_list.py
+++ b/
dak/make_suite_file_list.py
@@
-309,6
+309,8
@@
def write_filelists(packages, dislocated_files, session):
################################################################################
def do_da_do_da():
+ cnf = Config()
+
# If we're only doing a subset of suites, ensure we do enough to
# be able to do arch: all mapping.
if Options["Suite"]: