]> _ Git - alire.git/commit
New `alr printenv --last-build` (#1444)
authorAlejandro R Mosteo <amosteo@unizar.es>
Tue, 3 Oct 2023 16:30:58 +0000 (18:30 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2023 16:30:58 +0000 (18:30 +0200)
commitffc5659ce864740b62fc1ab89b4ea7e93b6f23d1
tree95b4663af0897ab91680fc127428a571357ef193
parent2753a7c9696f49ea6568244526b4b0065f4b797e
New `alr printenv --last-build` (#1444)

* New `alr printenv --last-build`

This may be useful when no direct editing of manifests is convenient, as
otherwise `printenv` will always use the manifest's configuration.

* make new behavior the default with fallback

* CI fixes
13 files changed:
src/alr/alr-commands-config.adb
src/alr/alr-commands-edit.adb
src/alr/alr-commands-index.adb
src/alr/alr-commands-printenv.adb
src/alr/alr-commands-printenv.ads
src/alr/alr-commands.adb
src/alr/alr-commands.ads
testsuite/drivers/builds.py
testsuite/drivers/driver/python_script.py
testsuite/tests/misc/env-traceback/test.py
testsuite/tests/printenv/last-build/test.py [new file with mode: 0644]
testsuite/tests/printenv/last-build/test.yaml [new file with mode: 0644]
testsuite/tests/printenv/with-external/test.py