rpi2 V1.1 vs. hard coded max_execution_time figures in /usr/local/share/poudriere/common.sh (package; also: extract, install, deinstall)

Bryan Drewery bdrewery at FreeBSD.org
Wed Jan 24 18:37:04 UTC 2018


On 12/19/2017 1:31 PM, Mark Millard wrote:
> But I had set in /usr/local/etc/poudriere.conf :
> 
> # This defines the max time (in seconds) that a command may run for a build
> # before it is killed for taking too long. Default: 86400
> #MAX_EXECUTION_TIME=86400
> MAX_EXECUTION_TIME=432000
>  
> # This defines the time (in seconds) before a command is considered to
> # be in a runaway state for having no output on stdout. Default: 7200
> #NOHANG_TIME=7200
> NOHANG_TIME=28800
> 
> The magic 7200 is from /usr/local/share/poudriere/common.sh :
> 
>                 package)
>                         max_execution_time=7200
> . . .
> 
> There is also a lack of control over:
> 
>                 extract)
>                         max_execution_time=3600
> . . .
>                 install)
>                         max_execution_time=3600
> . . .
>                 deinstall)
>                         max_execution_time=3600
> . . .

https://github.com/freebsd/poudriere/commit/61579e702bcb0f720669f5e45cd935131ff5e8ca

This commit should resolve it for you.  It'll be in the next -devel
update and the next release.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-arm/attachments/20180124/dd98b4be/attachment.sig>


More information about the freebsd-arm mailing list