Baptiste Daroussin

Results 143 comments of Baptiste Daroussin

pkg can make reproducible packages just fine, pkg cannot make reproducible packages without breaking many existing tooling available in freebsd, so the issue is deal with the legacy

closed by https://github.com/freebsd/pkg/issues/2038

pkg backup command was misleading for many and was removed entirely from next pkg.

This is a good example of why poudriere-options needs to be jailed. The question I've always came to though is WHICH jail to use. Plus if -j is then required,...

After some talking on IRC (thanks to dezzy) I found out that the dicrepancy was due to me having "ALLOW_MAKE_JOBS=yes" in poudriere.conf. From the code it looks like it's intentional....

> @bapt With this change, if I have git-lite installed (devel/git) will it force default flavor git when installing poudriere with `pkg`? Given how the ports tree works now, yes...

``` --- common.sh 2013-07-03 22:20:40.190422006 -0700 +++ common.sh.orig 2013-06-27 08:37:22.705590503 -0700 @@ -907,22 +909,6 @@ injail mtree -eu -f /etc/mtree/BSD.var.dist -p /var >/dev/null 2>&1 || : injail mtree -eu -f...

I don't understand the use case for this. Can you elaborate? Also, your patch is reversed.

Sorry for the reversal. The use case goes like this. Certain ports do not install prerequisite packages even though they wind up being prerequisites. As an older example: ``` -...

As for the usage all what @kevans91 said, about could we make it a hook, yes we could, but imho there will be too many users of those feature that...