mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Move find_configs to build and fix. Install reports to 'rtems-source-builder'.
This commit is contained in:
@@ -304,7 +304,7 @@ class report:
|
||||
def make(self, inname, outname, intro_text = None):
|
||||
self.setup()
|
||||
self.introduction(inname, intro_text)
|
||||
config = setbuilder.find_config(inname, self.configs)
|
||||
config = build.find_config(inname, self.configs)
|
||||
if config is None:
|
||||
raise error.general('config file not found: %s' % (inname))
|
||||
if config.endswith('.bset'):
|
||||
|
Reference in New Issue
Block a user