Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b99fbc90 | 2024-01-02 15:39:30 | tweak the exceptions_file bit so it is much closer to interpret_path. | ||
| a1580689 | 2024-01-02 12:25:32 | have -F grab everything including ignored ports (so it grabs "unlinked" distfiles) | ||
| bc77c99e | 2023-10-17 22:19:34 | glue to randomize SUBDIRS using sort -R, so that dpb -r is even more random (done because it's cheap) okay tb@ | ||
| a60a2e54 | 2023-10-17 08:03:53 | thinko, repair commands that can take multiple parameters | ||
| fed9ad5b | 2023-10-16 13:03:42 | peek a bit more into the ports tree, refuse to start if bsd.port.mk and dpb have been misconfigured to use the same LOCKDIR, as they fit vastly different usage scenarios, and dpb will not grok bsd.port.mk(5)'s locks, as found by tb@ | ||
| bfd957f4 | 2023-10-16 12:42:17 | be even more specific in refusing to write stuff that won't get parsed properly | ||
| 1b1d941c | 2023-10-16 08:13:17 | save and show more info for problematic logfiles | ||
| cf0465a2 | 2023-10-16 07:55:00 | improve error messages: save previous non-sensical lines in the state machine, so that "exiting with an error" tells exactly how dump-vars failed without needing to dig up Var.pm | ||
| 175d58bc | 2023-10-13 08:57:13 | allows for an exception property to have a value, e.g., pin:host for some port. | ||
| 319d1e1a | 2023-10-02 17:52:58 | avoid crashing on php, as seen by phessler@ okay naddy@ |