From e2ecdd92abebdab6ecdb7bfac4f324f1070c3ecc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 24 Feb 2011 14:15:02 +0100 Subject: [PATCH] remove almost obsolete bin/cdist-explorer-run Signed-off-by: Nico Schottelius --- bin/cdist-explorer-run | 33 --------------------------------- doc/dev/todo/niconext | 1 + 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100755 bin/cdist-explorer-run diff --git a/bin/cdist-explorer-run b/bin/cdist-explorer-run deleted file mode 100755 index fde3512c..00000000 --- a/bin/cdist-explorer-run +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -# -# 2010-2011 Nico Schottelius (nico-cdist at schottelius.org) -# -# This file is part of cdist. -# -# cdist is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# cdist is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with cdist. If not, see . -# -# -# Run already copied explorers -# - - -. cdist-config -if [ $# -lt 4 ]; then - __cdist_usage " [explorer args]" -fi -set -ue - -__cdist_target_host="$1"; shift - -cdist-run-remote "${__cdist_target_host}" "cdist-remote-explorer-run" "$@" diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 099464f1..1cd5ccdb 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1 +1,2 @@ add explorers per type/object + - change exec directory for all stages