]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Introduce basic database support in Series
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:10 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commitdcf630b3beb8b75ef2ce009de3515075173f653b
tree4ab9cb4fe0c2189d81fabc9ac7b4131330f2b777
parentdff62ec8b4034ff97e21739e6c2eb8f2b4312b5f
patman: Introduce basic database support in Series

This class manages a series, i.e. a group of patches with a possible
cover letter. Add some properties for recording basic patchwork info,
including the database ID.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/series.py