summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-01-26 15:02:31 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-01-30 11:38:45 +0100
commit2c7ed6a93f6c28320343b2c5dc4990ae2d130832 (patch)
treec75bd1607684776edce93ebe2d7cf32e27b4c122 /CHANGELOG.md
parent60bcae364d394c0ac7a2fdb28b7905480be3a79c (diff)
downloadjustbuild-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.md3
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.