# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst:
+ We don't need to pass conf_values since it's a global var
+
11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst:
Pre-split options from config file and remove unnecessary imported modules
# sys.exit(1)
raise
-def verify_digest_and_hash_functions(conf_values):
+def verify_digest_and_hash_functions():
# Start checking that digests are valid now that the hash_map was imported from catalyst_support
if conf_values.has_key("digests"):
for i in conf_values["digests"].split():
parse_config(myconfig)
- verify_digest_and_hash_functions(conf_values)
+ verify_digest_and_hash_functions()
targetmap = catalyst.target.build_target_map()