]> git.corax.cc Git - foundry/commit
include/context: Add module to keep track of build/test contexts
authorMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:13:54 +0000 (09:13 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:13:54 +0000 (09:13 +0900)
commit57ac132a39011cf8429695da4b8c91edc9944e83
tree17f5a2bf36169d613647e41a354ca7beb4fb9a67
parent1f92ce13d50c8c825e94d96aaf5397582a8da335
include/context: Add module to keep track of build/test contexts

This commit adds the context module, which implements a set of functions
to track the state of a transaction across the buildsystem. This module
will be used to store the logs and artifacts associated with a context in
a central location, identified by the context identifier which is stored
in several of the IPC messages.
include/context.sh [new file with mode: 0644]