From 28a97ea2afdd603ff059c66b49db59ca9b7ae4a6 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 15 Sep 2010 13:14:23 +0200 Subject: [PATCH] new var HOSTS_THAT_ARE_DISABLED --- all | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/all b/all index 83ef8bda..5064b3e7 100755 --- a/all +++ b/all @@ -979,6 +979,11 @@ case "$cmd" in depsdir=$6 targetfiles=$7 if [ -n "$targetfiles" ]; then + case " $HOSTS_THAT_ARE_DISABLED " in + *\ $host\ *) + return 0 + ;; + esac case " $HOSTS_THAT_ARE_MYSELF " in *\ $host\ *) verbose rsync --delete -zLvaSHP "$srcdir"/ "$buildpath/" -- 2.39.2