Bryan Drewery
Bryan Drewery
The queue needs to be smarter. Rather than everything in the queue being implicitly "build foo" it needs to be explicit. So "build foo deps bar" and "test foo deps...
Ok the whole idea of testing separately is killed because 'make test' depends on 'make stage'. So it must happen at the same time or I need to tar the...
> The queue needs to be smarter. Rather than everything in the queue being implicitly "build foo" it needs to be explicit. So "build foo deps bar" and "test foo...
This will be fixed by #822 which removes the excessive delete for incremental rebuilds. There is a new added assertion if a package that was fetched is subsequently deleted before...
@bapt With this change, if I have git-lite installed (devel/git) will it force default flavor git when installing poudriere with `pkg`?
It is documented that POUDRIERE_ETC is read before POUDRIERED. Flipping the order here isn't right because of that documentation. Usually I just symlink to avoid the problem. ``` lrwxr-xr-x 1...
The context here is `bulk -t` with `-k`
In your example testport is for ports-mgmt/poudriere not for its dependencies. This is working as intended.
Again `-k` is for the port being tested. The top line of the manpage is **poudriere testport – test a given port's build**. Everything applies to that statement unless otherwise...
This is fine. Can you elaborate on why a custom `LINUXBASE` might be used?