freebsd-ports/ports-mgmt/fallout/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
517 B
Plaintext

Download and search FreeBSD build cluster fallout logs.
`fallout fetch` downloads build failure logs so they can be accessed and
searched from the local file system. It organizes these logs into a directory
hierarchy under ~/.cache by the builder name and port origin.
`fallout grep` finds failure logs matching a given set of conditions and
regular expressions. Combining it with portgrep allows advanced
searching for e.g. specific maintainer, failures of ports with specific USES,
with specific dependency, etc.