poudriere icon indicating copy to clipboard operation
poudriere copied to clipboard

Port/Package build and test system

Results 203 poudriere issues
Sort by recently updated
recently updated
newest added

I create CURRENT and STABLE jails via -c -m ftp, which creates jails via snapshots (either official, or otherwise: allbsd, etc) Jail configuration for these are: ``` poudriere jail -i...

This should be pretty straight forward, similar to how `testport` works. Something like this should do it. Note that you would need to add `-p` `-z` and `-j` flags for...

Currently poudriere uses mtree before and after to detect fs violations. A better approach is to use inotifywatch from sysutils/inotify-tools. For example: ``` $ inotifywatch /var/db /var/cache /usr/bin /usr/share Establishing...

poudriere(8) says, in the bulk section: ``` -t Add some testing. Currently uninstalls the port, and dis- able parallel jobs for make. ``` but this does not seem the case,...

Imported
Documentation

The [documented default jail method is "http"](https://github.com/freebsd/poudriere/blob/f4bf593e00161d2d901f5b24fd3bd38d7db7471b/src/bin/poudriere-jail.8#L197). The [actual default jail method is"ftp"](https://github.com/freebsd/poudriere/blob/f4bf593e00161d2d901f5b24fd3bd38d7db7471b/src/share/poudriere/jail.sh#L220). ~The [documented default ports method is "svn+https"](https://github.com/freebsd/poudriere/blob/f4bf593e00161d2d901f5b24fd3bd38d7db7471b/src/bin/poudriere-ports.8#L111). The [actual default ports method is "portsnap"](https://github.com/freebsd/poudriere/blob/f4bf593e00161d2d901f5b24fd3bd38d7db7471b/src/share/poudriere/ports.sh#L362).~

I'd like to compress jails more aggressively with gzip, zstd or newer but poudriere forces lz4. ``` $ zfs get compression tank/poudriere/jails NAME PROPERTY VALUE SOURCE tank/poudriere/jails compression zstd-18 local...

## What is your proposal? I do not know whether the best practice would be to have -m git produce an error message, or simply introduce a dependency on devel/git....

Feature_Request

Only one make process per parallel building-port is spawned. Poudriere.conf: PARALLEL_JOBS=15 PREPARE_PARALLEL_JOBS=23 ALLOW_MAKE_JOBS=YES make.conf: MAKE_JOBS_NUMBER=15

bug
invalid

Opened by request. My direct issue is fixed, thank you for your help. @bdrewery helped me track this one down. [Some of my ports](https://services.unixathome.org/poudriere/data/122amd64-default-master-list/2021-08-13_16h10m16s/logs/errors/freshports-freshports-2.0.13.log) were getting this message on build:...