diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 00:04:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 00:04:28 +0000 |
commit | d6e37c833207f3c3c501e35e7e1c3739d56ae159 (patch) | |
tree | 40775af2be70a830ff4d77303d509488ed176b63 /Tools/portbuild/scripts/pdispatch | |
parent | bb4b811a44971815fec0db38857e7a81ac25e1bf (diff) |
Notes
Diffstat (limited to 'Tools/portbuild/scripts/pdispatch')
-rwxr-xr-x | Tools/portbuild/scripts/pdispatch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/pdispatch b/Tools/portbuild/scripts/pdispatch index 813ec66b40ef..05be19ae01ce 100755 --- a/Tools/portbuild/scripts/pdispatch +++ b/Tools/portbuild/scripts/pdispatch @@ -51,6 +51,9 @@ fi if [ "x$WANT_DISTFILES" != "x" ]; then flags="${flags} -distfiles" fi +if [ "x$FETCH_ORIGINAL" != "x" ]; then + flags="${flags} -fetch-original" +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 |