From d0434ea56b70e4c62886fdd3c002990499c3275b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 6 Apr 2011 20:46:40 +0200 Subject: [PATCH] 1.6.1++ Signed-off-by: Nico Schottelius --- bin/cdist-explorer-run-global | 2 +- doc/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/cdist-explorer-run-global b/bin/cdist-explorer-run-global index 7a06a982..4b901964 100755 --- a/bin/cdist-explorer-run-global +++ b/bin/cdist-explorer-run-global @@ -27,7 +27,7 @@ set -ue __cdist_target_host="$1"; shift -echo "Running global explorers ..." +__cdist_info "Running global explorers ..." # copy the explorers cdist-dir push "$__cdist_target_host" \ diff --git a/doc/changelog b/doc/changelog index edc797b9..5f47e19f 100644 --- a/doc/changelog +++ b/doc/changelog @@ -2,6 +2,7 @@ * Improved logging: Show code responsible for abort * New Type __package_pkg_openbsd * Bugfix: Type __debconf_set_selections used wrong contens for selection + * New explorer: hardware_type 1.6.0: 2011-04-06 * New Type __package_yum