new var HOSTS_THAT_ARE_DISABLED

This commit is contained in:
Rudolf Polzer 2010-09-15 13:14:23 +02:00
parent 985bece349
commit 28a97ea2af

5
all
View File

@ -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/"