Jonathan Chen

Results 13 comments of Jonathan Chen

`make.conf` options should be put into `/usr/local/etc/synth/LiveSystem-make.conf`. There's a section on this on the man-page in the FILES section.

Would it be possible to either 1. configure the watchdog timeouts or 2. enable/disable the hangmonitor With crossbuilding, the host execution is dramatically slowed, and I'd like to be able...

Yup, I've got a local version of synth that already does that! I looked up some posts that you made previously with regard to watchdog timeouts. I was just wondering...

"q" and "p" also suffers the same fate.

Hmm. Can we get by with an empty (writable) /boot? Does the chroot'd sysroot require any reference to /boot? Do any ports make use of files under /boot?

@sbidoul having to tweak the configuration for one instance can become an issue when we have to deploy to a variable number of Odoo instances. Is it not possible to...

We currently get around this by introducing a 'bot' (inactive) user per company. Jobs are placed onto the queue using the per-company bot-user.

Cool. I've queried the freebsd-ports@ about this oddity.

Unfortunately, the list reports that this is a side effect of the SUBPACKAGE change: https://lists.freebsd.org/archives/freebsd-ports/2024-February/005414.html

The build-dependencies are correct computed with the use of *_DEPENDS_ALL. For package validation can the code just use *_DEPENDS, as this will be correct?