diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-02-11 02:43:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-02-11 02:43:14 +0000 |
commit | 51d99dad1ebe2b493bb9cb2031f77c943b9df63b (patch) | |
tree | 2f6b23518e469fd58d62d956cfcce66be22ee68a /Tools | |
parent | 37a754673bcb519846dd4a19221f2e7b81fdfdff (diff) | |
download | ports-51d99dad1ebe2b493bb9cb2031f77c943b9df63b.tar.gz ports-51d99dad1ebe2b493bb9cb2031f77c943b9df63b.zip |
Document the use and purpose of this script.
Notes
Notes:
svn path=/head/; revision=54516
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/pdispatch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/pdispatch b/Tools/portbuild/scripts/pdispatch index c642e6fd2738..5dcc0128c718 100755 --- a/Tools/portbuild/scripts/pdispatch +++ b/Tools/portbuild/scripts/pdispatch @@ -1,4 +1,9 @@ #!/bin/sh +# +# pdispatch <branch> <command> <package.tgz> [<args> ...] +# +# Choose a random machine from ${buildroot}/ulist and dispatch the +# job to it via the ptimeout script. # wait 12 hours maximum timeout=43200 |