Pass down the request to keep distfiles if appropriate.

This commit is contained in:
Kris Kennaway 2003-05-17 00:25:59 +00:00
parent a7924a9308
commit 116e3b3e87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81130

View file

@ -48,6 +48,9 @@ fi
if [ "x$NODUMMY" != "x" ]; then
flags="${flags} -nodummy"
fi
if [ "x$WANT_DISTFILES" != "x" ]; then
flags="${flags} -distfiles"
fi
echo "dispatching: ssh -a -t -n root@$1 ${command} ${arch} ${branch} $flags $args at $(date)"
${pb}/scripts/ptimeout.host $timeout ssh -a -t -n root@$1 ${command} ${arch} ${branch} ${flags} $args