Bryan Drewery
Bryan Drewery
Consider a `bulk -c` that fails using a .building directory, then a testport on 1 port is ran and succeeds. That testport will then publish the repository with only that...
Currently we just run `svn upgrade -r ` which doesn't support switching. ``` # svn switch -r releng/11.1 svn: E205000: Syntax error in revision argument 'releng/11.1' ```
The output for the default FLAVOR right now only shows the origin. And the OVERLAY near `_lookup_portdir` calls.
The entry about this needs to be removed from poudriere.8 as well from KNOWN ISSUES.
Things like `@info` in the plist, which uses `Keywords/info.ucl`, will run a raw binary like `indexinfo`. It finds the _/usr/local/bin_ and _/usr/local/sbin_ in PATH from the default _/etc/login.conf_. Need to...
Need to switch to pkgname to resolve #259
I thought there was an issue for this but cannot find it. We need a configurable way to cleanup old logs and builds.
Suggestion based on ideas from @mjguzik: - Either do not compress packages in `make package` or use a faster compression algorithm such as _gzip_. - (Re)compress all packages at the...
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...
``` Compiling interprocess v1.1.1 error[E0432]: unresolved imports `libc::SIGPOLL`, `libc::SO_PASSCRED`, `libc::SO_PEERCRED`, `libc::SCM_CREDENTIALS`, `libc::ucred` --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/interprocess-1.1.1/src/os/unix/imports.rs:51:13 | 51 | SIGPOLL, | ^^^^^^^ no `SIGPOLL` in the root 52 | SO_PASSCRED, | ^^^^^^^^^^^...