Bryan Drewery

Results 351 comments of Bryan Drewery

If there is another git env var you can set to achieve this (that's not `HOME`) you could export it from your poudriere.conf too.

Here's another fun one. Since `GIT_CMD` defaults to `git` this should work too. ``` git() { command git -c credential.helper="store --file /root/.git-credentials" } ```

``` 14:53:38 | 0 0 32669 32522 install -pS -m 0644 /poudriere/distfiles//rexima-1.4.tar.gz /poudriere/data/.m/head-default/01/portdistfiles//rexima-1.4.tar.gz 14:53:43 | this is the sucker i'm talking about 14:53:54 | extra points taken for // 14:54:25...

I get the frustration here but I don't see a safe assumption. If we want `PORT_LLVM` to be disabled and the remote does not list the option, I assume you...

I think #1129 is what is being asked for here. If so please close this, or let me know you agree.

I think one of the `done` is from `git`. All we do is: ``` echo -n "Updating portstree \"${PTNAME}\" with ${METHOD}..." ${GIT_CMD} -C ${PORTSMNT:-${PTMNT}} pull --rebase ${quiet} || \ err...

Maybe we should remove `testport -c` and make it `testport -C`. Switching to `bulk -C` will do something _different_ than `testport -c` but at least it will only remove the...

x11-toolkits/libdecor hits this too. I think ports should be reverted until Poudriere is handling dependencies and cleanup properly. There are not even _tests_ in Poudriere to keep this feature working.

I am working on adding tests and fixing this issue this week.

Note to self: The problem is probably in `delete_old_pkg` where I left the `# XXX: dep_subpkg` comment during review in df663bfc515eae606e77871107975167a3cf3d68.