rename *codegen -> gencode (according to manpage and the way types are defined)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent 9e42ce5b4e
commit f2cfebd188
  1. 2
      bin/cdist-deploy-to
  2. 0
      bin/cdist-object-gencode
  3. 2
      bin/cdist-object-gencode-all

@ -58,7 +58,7 @@ cdist-manifest-run-all "$__cdist_target_host" "$__cdist_out_object_dir"
cdist-object-explorer-all "$__cdist_target_host" "$__cdist_out_object_dir"
# Generate code for all objects
cdist-object-codegen-all "$__cdist_target_host" "$__cdist_out_object_dir"
cdist-object-gencode-all "$__cdist_target_host" "$__cdist_out_object_dir"
# Transfer all objects including code
cdist-dir push "$__cdist_target_host" "$__cdist_out_object_dir" \

@ -39,7 +39,7 @@ while read object; do
code="$(__cdist_object_code "$object")"
echo "Generating code for $object ..."
cdist-object-codegen "$__cdist_target_host" \
cdist-object-gencode "$__cdist_target_host" \
"$__cdist_object_base_dir" \
"$object" > "${code}"
Loading…
Cancel
Save