simplify HACKERS_README and use __cdist_out_dir
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d7299b8ab1
commit
9800b0a142
1 changed files with 1 additions and 4 deletions
|
@ -28,10 +28,7 @@ export PATH="$PATH:$(pwd -P)/bin"
|
||||||
export __cdist_config="$(pwd -P)/conf"
|
export __cdist_config="$(pwd -P)/conf"
|
||||||
|
|
||||||
# Change paths so we can debug stuff :-)
|
# Change paths so we can debug stuff :-)
|
||||||
base=/tmp/localhost
|
export __cdist_out_dir=/tmp/localhost
|
||||||
export __cdist_out_objects=${base}/objects
|
|
||||||
export __cdist_out_explorers=${base}/explorers
|
|
||||||
export __cdist_out_execs=${base}/exec
|
|
||||||
|
|
||||||
target="${1:-localhost}"
|
target="${1:-localhost}"
|
||||||
cdist-deploy-to "$target"
|
cdist-deploy-to "$target"
|
||||||
|
|
Loading…
Reference in a new issue