mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
build-doc: exit 1 on error, add to release testing
This commit is contained in:
@@ -42,6 +42,9 @@ if consts['in_docker']:
|
||||
consts['out_dir'] = os.path.join(consts['root_dir'], 'out.docker')
|
||||
else:
|
||||
consts['out_dir'] = os.path.join(consts['root_dir'], 'out')
|
||||
consts['readme'] = os.path.join(consts['root_dir'], 'README.adoc')
|
||||
consts['readme_out'] = os.path.join(consts['out_dir'], 'README.html')
|
||||
consts['build_doc_log'] = os.path.join(consts['out_dir'], 'build-doc.log')
|
||||
consts['gem5_out_dir'] = os.path.join(consts['out_dir'], 'gem5')
|
||||
consts['kernel_modules_build_base_dir'] = os.path.join(consts['out_dir'], 'kernel_modules')
|
||||
consts['buildroot_out_dir'] = os.path.join(consts['out_dir'], 'buildroot')
|
||||
|
||||
Reference in New Issue
Block a user