File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
name = "interpolate" ;
14
14
15
15
description = ''
16
- A type represnting a Buildbot interpolation string, supports interpolations like `result-%(prop:attr)s`.
16
+ A type representing a Buildbot interpolation string, supports interpolations like `result-%(prop:attr)s`.
17
17
'' ;
18
18
19
19
check = x : x ? "_type" && x . _type == "interpolate" && x ? "value" ;
453
453
type = lib . types . addCheck lib . types . int ( x : x > 0 ) ;
454
454
default = 60 ;
455
455
description = ''
456
- How often to poll each repository by default expressed in seconds. This value can be overriden
456
+ How often to poll each repository by default expressed in seconds. This value can be overridden
457
457
per repository.
458
458
'' ;
459
459
} ;
462
462
type = lib . types . nullOr lib . types . int ;
463
463
default = null ;
464
464
description = ''
465
- If non-null and non-zero pulls will be randomly spread apart up to the specificied
465
+ If non-null and non-zero pulls will be randomly spread apart up to the specified
466
466
number of seconds. Can be used to avoid a thundering herd situation.
467
467
'' ;
468
468
} ;
472
472
default = null ;
473
473
description = ''
474
474
If non-null the specified SSH key will be used to fetch all configured repositories.
475
- This option is overriden by the per-repository `sshPrivateKeyFile` option.
475
+ This option is overridden by the per-repository `sshPrivateKeyFile` option.
476
476
'' ;
477
477
} ;
478
478
481
481
default = null ;
482
482
description = ''
483
483
If non-null the specified known hosts file will be matched against when connecting to
484
- repositories over SSH. This option is overriden by the per-repository `sshKnownHostsFile`
484
+ repositories over SSH. This option is overridden by the per-repository `sshKnownHostsFile`
485
485
option.
486
486
'' ;
487
487
} ;
You can’t perform that action at this time.
0 commit comments