diff --git a/bin/cdist-object-push b/bin/cdist-object-push index 9c44d14e..170aaef3 100755 --- a/bin/cdist-object-push +++ b/bin/cdist-object-push @@ -29,9 +29,7 @@ set -eu __cdist_target_host="$1"; shift __cdist_object="$1"; shift - echo "Transferring object $__cdist_object to target host ..." cdist-dir push "$__cdist_target_host" \ "$(__cdist_object_dir "$__cdist_object")" \ "$(__cdist_remote_object_dir "$__cdist_object")" - diff --git a/doc/dev/todo/steven-from-nico b/doc/dev/todo/steven-from-nico index bbfe13dc..52d3047f 100644 --- a/doc/dev/todo/steven-from-nico +++ b/doc/dev/todo/steven-from-nico @@ -39,6 +39,8 @@ - cdist-object-explorer-run and bin/cdist-object-run seem to contain very very similar code regarding transfer and co. +- cdist-object-manifest-run: + # Tell cdist that there may be new objects -> WHO? :-) - general: cdist-object-run-all looks like a good idea!