ostbuild: Copy snapshot JSON into artifact trees

This is kind of a hack...but...
This commit is contained in:
Colin Walters 2012-02-27 19:28:52 -05:00
parent d2f298488f
commit 12f2f8929d
1 changed files with 2 additions and 0 deletions

View File

@ -141,5 +141,7 @@ class OstbuildChrootCompileOne(builtins.Builtin):
env_copy = dict(buildutil.BUILD_ENV)
env_copy['PWD'] = chroot_sourcedir
run_sync(child_args, env=env_copy, keep_stdin=args.debug_shell)
shutil.copy(build_manifest_path, resultdir)
builtins.register(OstbuildChrootCompileOne)