On Mon, Dec 05, 2011 at 09:10:01AM -0700, Marc Espie wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   es...@cvs.openbsd.org   2011/12/05 09:10:01
> 
> Modified files:
>       infrastructure/bin: dpb 
>       infrastructure/man/man1: dpb.1 
>       infrastructure/lib/DPB: PortBuilder.pm 
>       infrastructure/lib/DPB/Job: Port.pm 
> 
> Log message:
> turn -J into an option taking a number.
> always run show-prepare-results, and always serialize
> depends/prepare/show-prepare-results(/junk) on a single host.
Sneaked in involuntarily: tasks will now close STDIN. They're not interactive
anyways. No can do about tty allocation, though, since using setsid() would
also lose job control, which would be a majorly bad thing, and I don't feel
up to manually handling ^Z/^C and passing it on to subjobs... yet. ;)

Reply via email to