diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-26 15:02:31 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-30 11:38:45 +0100 |
commit | 2c7ed6a93f6c28320343b2c5dc4990ae2d130832 (patch) | |
tree | c75bd1607684776edce93ebe2d7cf32e27b4c122 /CHANGELOG.md | |
parent | 60bcae364d394c0ac7a2fdb28b7905480be3a79c (diff) | |
download | justbuild-2c7ed6a93f6c28320343b2c5dc4990ae2d130832.tar.gz |
just-mr rc: honor "rc files" option
... to pull in rc files from different locations, given by
location objects.
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 fce863e3..e9b1fb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ A feature release on top of `1.2.0`, backwards compatible. - 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. +- The just-mr rc file now supports a field `"rc files"` to include + other rc files given by location objects; in particular, it is + possible to include rc files committed to the workspace. - Support for fetching archives from FTP and TFTP was added to `just-mr` if it was built with bundled curl. For package builds, libcurl has enabled whatever the distro considers suitable. |