From 39a2ab4a72419b95ed3e9527a28f73cba55e54d9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 26 Feb 2011 11:39:13 +0100 Subject: [PATCH] be even more verbose in HACKERS_README Signed-off-by: Nico Schottelius --- HACKERS_README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HACKERS_README b/HACKERS_README index 4d194e0d..6ba3fbf9 100755 --- a/HACKERS_README +++ b/HACKERS_README @@ -26,8 +26,8 @@ explorers from cdist. I usually do it like this: ################################################################################ eof -# Tell the user what we do, so this script makes sense during execution set -x +# Tell the user what we do, so this script makes sense during execution # prepare use (only from top level directory) export PATH="$PATH:$(pwd -P)/bin" @@ -35,7 +35,11 @@ export __cdist_conf_dir="$(pwd -P)/conf" export __cdist_local_base_dir=/tmp/localhost +# Allow user to suply hostname target="${1:-localhost}" + +# Run the real script cdist-deploy-to "$target" +# Display results find "${__cdist_local_base_dir}"