diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-16 13:14:07 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-16 13:14:07 +0000 |
commit | 5bec9be614ce6bacba78105fea60889fb0bc81a1 (patch) | |
tree | 3ef498e581da3e032e526be57b9bc749943befcf /share/man/man1 | |
parent | 1517307726c832675acce4bc5b463699b82f8afa (diff) |
Be more explicit in FETCH_TIMEOUT description.
It only happens on the command line.
If you want to put it in a config file, it's a DEFAULT or localhost
property called fetch_timeout instead.
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/dpb.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1 index 055f5ba1626..c6d20f3efd2 100644 --- a/share/man/man1/dpb.1 +++ b/share/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.5 2018/07/09 18:27:58 jmc Exp $ +.\" $OpenBSD: dpb.1,v 1.6 2018/07/16 13:14:06 espie Exp $ .\" .\" Copyright (c) 2010-2013 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 9 2018 $ +.Dd $Mdocdate: July 16 2018 $ .Dt DPB 1 .Os .Sh NAME @@ -252,6 +252,13 @@ User for all fetch activities if possible .It Ar FETCH_TIMEOUT Timeout (in seconds) after which fetches that don't show any progress will be killed. +This can be instead set in +.Ar DEFAULT +or +.Ar localhost +as the +.Sq fetch_timeout +property. .It Ar FTP_ONLY Don't fetch distfiles that are not allowed for ftp. .It Ar HISTORY_ONLY @@ -407,6 +414,13 @@ value). Chroot to .Ar dir before building. +.It fetch_timeout=s +Timeout (in seconds) after which fetches that don't show +any progress will be killed. +Only makes sense for +.Ar DEFAULT +or +.Ar localhost . .It jobs=n Number of jobs to run on that host, defaults to hw.ncpu. .It junk=n |