commit | 48757e5ec33966afbc4369a613128c475723f628 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Jul 04 15:49:21 2024 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Jul 04 17:04:48 2024 +0300 |
tree | 3071911fdeac5b9c2c192fa7952d473fde983e7a | |
parent | f08e08e375c79e516da9abf9decbe35bcaf02654 [diff] |
vars: Add "tfgit" procedural module to abstract Git operations Immediate usecase: we clone tf-m-ci-scripts repo in many places, with fairly complex parameters, so there's a lot of duplication, and updating all occurrences is time consuming and error prone. So, let's factor out that operation into a single function. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I7efb2e5bc7ec8c690eca5a114d6e48cb68ec3559