diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2023-11-10 12:22:29 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-11-13 15:40:15 +0100 |
commit | 3f279bbd68d70b7a0cf1ffa129e4f287e5a9f42e (patch) | |
tree | 45cc52fb32c7ddd6a729f40c2d3d34843b5dedc5 /CHANGELOG.md | |
parent | 541ba9586b8a3aabe90f2dd01d994428dfab4cb9 (diff) | |
download | justbuild-3f279bbd68d70b7a0cf1ffa129e4f287e5a9f42e.tar.gz |
Add end-to-end test for environment handling of "git tree" repositories
... ensuring that just-mr passes on the specified environment
variables (and only those) to the tree-generating action.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7b9a1d..8559f2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ A feature release on top of `1.2.0`, backwards compatible. allowing to specify the invocation of the shell (defaulting to `["sh", "-c"]`). - `just describe` also shows the values of the implicit dependencies. +- When `just-mr` executes the action to generate the desired tree of a + `"git tree"` repository, it can be specified that certain variables + of the environment can be inherited. ### Fixes |