Actions
action #165066
closedcoordination #58184: [saga][epic][use case] full version control awareness within openQA
coordination #152847: [epic] version control awareness within openQA for test distributions
Ensure local changes to git repos cloned by git_auto_clone are left alone size:S
Description
Motivation¶
See #162125
Acceptance Criteria¶
- AC1: git_auto_clone does not mess with a dirty git checkout
Suggestions¶
- Use git diff-index to lookup if there is dirty changes in the local copy of the repo
- https://github.com/os-autoinst/openQA/pull/5808/files#diff-8d9512b891ef3e8199993cfe58fe429b5f863c49a245bf03cf59315969ff46deR92
git -C $path diff-index HEAD --exit-code
- Watch out for #164886 touching the same code
Actions