]> _ Git - alire.git/commit
feat: 2.1 preparations (#1876)
authorAlejandro R Mosteo <amosteo@unizar.es>
Tue, 4 Mar 2025 10:02:00 +0000 (11:02 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 10:02:00 +0000 (11:02 +0100)
commit2681b313d08224014fa3f5e4f76e9c75347213d2
tree8cd487314fcfbff8f8d6c9a6e7a173290962bfd4
parent438b3b1988c255fa12a6888c9580199fe2245f06
feat: 2.1 preparations (#1876)

* Release preparations

* Fix workflow warning

* Fix test with hardcoded index version

* fix: executable permissions

* feat: improved error message for unknown predefined variables in env (#1875)

Now full message mentions the fact that this evaluation is expected for
prededefined variables and the offending key is printed.

Example:
```
error: Unknown predefined variable in environment variable 'PATH' of 'alr': Unknown formatting key: HOME
```

* fix: assorted bitrot since last release

* fix: Windows installer

---------

Co-authored-by: Manuel <mgrojo@gmail.com>
15 files changed:
.github/workflows/ci-release.yml
.gitignore
BREAKING.md
RELEASING-post.md [new file with mode: 0644]
RELEASING.md
alire.toml
doc/user-changes.md
scripts/installer/make-alire-installer
src/alire/alire-index.ads
src/alire/alire-version.ads
src/alire/os_windows/alire-settings-builtins-windows.ads
testsuite/Dockerfile
testsuite/drivers/driver/docker_wrapper.py
testsuite/tests/dockerized/toolchain/install-from-system/test.py
testsuite/tests/publish/private-indexes/test.py