| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-06 | patman: Remove the patch-management code | Simon Glass | |
| Delete the command-line tool and its supporting modules, now that this functionality lives in the standalone patch-manager package. Keep the modules that buildman still imports (commit and patchstream, plus their dependencies series, get_maintainer and settings), along with the stub command. Trim __init__.py to match. Signed-off-by: Simon Glass <[email protected]> | |||
| 2025-05-27 | patman: Add a simple database implementation | Simon Glass | |
| For recording series information, patman needs a database. Add a module which uses sqlite3 for this. It has a basic schema, enough to support a series subcommand. Signed-off-by: Simon Glass <[email protected]> | |||
