mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Pass down the request to keep distfiles if appropriate.
This commit is contained in:
parent
a7924a9308
commit
116e3b3e87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81130
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ fi
|
||||||
if [ "x$NODUMMY" != "x" ]; then
|
if [ "x$NODUMMY" != "x" ]; then
|
||||||
flags="${flags} -nodummy"
|
flags="${flags} -nodummy"
|
||||||
fi
|
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)"
|
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
|
${pb}/scripts/ptimeout.host $timeout ssh -a -t -n root@$1 ${command} ${arch} ${branch} ${flags} $args
|
||||||
|
|
Loading…
Add table
Reference in a new issue