Upgrade from KCIDB v4.2 to v5.3
-
First, bump our mirror to v4.5 (cki-project/mirror/kcidb-io!5 (merged))
Added by v4.4:
-
test/environment/compatible: The values from the root-level 'compatible' property of the system's device tree, if any, in the same order. E.g. the contents of/proc/device-tree/compatiblewith each zero-terminated string as the array's element.
Added by v4.5:
-
checkout/git_commit_tags: The list of (annotated) tags, found in the checked-out repository, pointing directly at the commit being checked out. I.e. as output bygit tag --points-at <commit>. -
checkout/git_commit_message: The complete message of the commit being checked-out, both the subject and the body. I.e. as output bygit show -s --format=%B. -
checkout/git_repository_branch_tip: True if at the moment of checkout (specified instart_time) the checked out commit was at the tip of the specified branch in the specified repository. False if it was further back in history.This information is used to reconstruct the approximate history of the branch changes for display and analysis, in lieu of actual commit graph walking.