remove legacy commented code

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-03-31 11:08:10 +02:00
parent 61b7b68671
commit e7ff4c37ff
2 changed files with 1 additions and 3 deletions

View File

@ -43,6 +43,6 @@ if [ ! -f "$__cdist_object_processed" ]; then
cdist-object-explorer-run "$__cdist_target_host" "$__cdist_object"
cdist-object-manifest-run "$__cdist_target_host" "$__cdist_object"
# Mark this object as done
# Mark this object as processed
touch "$__cdist_object_processed"
fi

View File

@ -60,8 +60,6 @@ if [ ! -f "$__cdist_object_finished" ]; then
echo
echo "Running object $__cdist_object"
#cdist-object-explorer-run "$__cdist_target_host" "$__cdist_object"
#cdist-object-manifest-run "$__cdist_target_host" "$__cdist_object"
cdist-object-gencode-run "$__cdist_target_host" "$__cdist_object"
cdist-object-push "$__cdist_target_host" "$__cdist_object"
cdist-object-code-run "$__cdist_target_host" "$__cdist_object"