add dynamic node attribute for last apply

so we can check if something has changed in the repo since the last
apply
This commit is contained in:
Franzi 2023-09-01 06:16:09 +02:00
parent 43d26650b0
commit 59fd245a3f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,5 @@
def node_apply_end(repo, node, duration, interactive, result, **kwargs):
if not node.os in node.OS_FAMILY_UNIX:
return
node.run(f'echo "{repo.revision}" > /var/lib/bundlewrap/last_apply_commit_id')