Bryan Drewery

Results 351 comments of Bryan Drewery

``` Creating repository in /tmp/packages: 100% Packing files for repository: 100% [00:00:24] Cleaning up [00:00:24] Unmounting file systems ``` That's most likely an error. Try `echo $?` after it exits....

I will also add some indicator that a key is even being used, or that `pkg repo` failed!

``` [00:00:15] Stopping 1 builders [00:00:15] Creating pkg repository [00:00:17] Signing repository with key: /usr/local/etc/poudriere.d/pkgng.pem Creating repository in /tmp/packages: 100% Packing files for repository: 100% [00:00:17] Error: Failed to sign...

FWIW I have this done in a local branch for #822. It is named `MUTUALLY_EXCLUSIVE_BUILD_PACKAGES`. It depends on #822 as that incidentally reworked the queue to support the needs here.

This can then drop the `| PKGNAME` displays.

The summary is sort of done in commit 2bfcb3aab707878cadf1ff57630ae80f30b0c320. Still left is: 1. Showing default flavor 2. Dropping of `| PKGNAME`.

Can you explain in your commit, or split into two, the various changes beyond the ports tree change? Also your commit still says "wip".

Hmm now it seems completions don't require any `-` flags. Like testport still needs a `-j` but it jumps right to ports: ``` ~/git/poudriere3 # poudriere testport Keywords/ accessibility/ audio/...

And using `-p ` didn't grab the ports... (edit removed a bogus issue)