forked from ungleich-public/cdist
provide __global for manifests and codegen
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
2fc28b6deb
commit
cc05c6324c
3 changed files with 17 additions and 12 deletions
|
|
@ -36,6 +36,9 @@ __cdist_work_dir="$__cdist_local_base_dir"
|
|||
# Export information for cdist-type-emulator
|
||||
export __cdist_output_dir __cdist_manifest
|
||||
|
||||
# Export information for manifests
|
||||
export __global="$__cdist_out_dir"
|
||||
|
||||
# Ensure binaries exist and are up-to-date
|
||||
cdist-type-build-emulation "${__cdist_out_type_bin_dir}" \
|
||||
|| __cdist_exit_err "Failed to build type emulation binaries"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue