diff options
author | des <des@FreeBSD.org> | 2003-05-17 22:40:34 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-17 22:40:34 +0000 |
commit | 60aab675d6e147cb0aad74929f9fe8727e7abb4c (patch) | |
tree | 31c2c455f5c9eeb1d8f95f0d897e2ab073081d01 /tools | |
parent | ebb6ea254debac78ca9034a9dd3fe7f906101df2 (diff) | |
download | FreeBSD-src-60aab675d6e147cb0aad74929f9fe8727e7abb4c.zip FreeBSD-src-60aab675d6e147cb0aad74929f9fe8727e7abb4c.tar.gz |
Document the DATE configuration field.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/tbmaster.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/tbmaster.1 b/tools/tools/tinderbox/tbmaster.1 index 00f5939..2ceba49 100644 --- a/tools/tools/tinderbox/tbmaster.1 +++ b/tools/tools/tinderbox/tbmaster.1 @@ -72,6 +72,12 @@ A list of source branches to build. .Pq Vt hash Which architectures and machines to build for. Each hash entry maps an architecture to a list of machines. +.It DATE +.Pq Vt scalar +The date to use when checking out sources, or +.Dq today +for today's sources. +If left undefined, the top of each branch is used. .It SANDBOX .Pq Vt scalar The location of the sandbox directory. |