From 9800b0a142c49521f9ef14aab1c2c585d6ecfa42 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 16:13:46 +0100 Subject: [PATCH] simplify HACKERS_README and use __cdist_out_dir Signed-off-by: Nico Schottelius --- HACKERS_README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/HACKERS_README b/HACKERS_README index 48df9258..e13c0343 100755 --- a/HACKERS_README +++ b/HACKERS_README @@ -28,10 +28,7 @@ export PATH="$PATH:$(pwd -P)/bin" export __cdist_config="$(pwd -P)/conf" # Change paths so we can debug stuff :-) -base=/tmp/localhost -export __cdist_out_objects=${base}/objects -export __cdist_out_explorers=${base}/explorers -export __cdist_out_execs=${base}/exec +export __cdist_out_dir=/tmp/localhost target="${1:-localhost}" cdist-deploy-to "$target"