]> _ Git - alire.git/commit
Load `environment` properties (#389)
authorAlejandro R Mosteo <amosteo@unizar.es>
Wed, 6 May 2020 14:03:51 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 14:03:51 +0000 (16:03 +0200)
commitc26134e0fd94c83a7ec64ff61acf133802ea4eb3
treedd114a7cdd96b038f30b3026c1fd05d753535e10
parent38cb66335a11ce7b92beeaf198647897768056df
Load `environment` properties (#389)

* Document `environment` property

* Load/Store `environment` property

* Retrieve all env vars set by a release

* Test: load/show environment properties

* Quote var names as ${name}

* Update new .md documentation
14 files changed:
doc/catalog-format-spec.md
doc/catalog-format-spec.rst [new file with mode: 0644]
src/alire/alire-properties-environment.adb [new file with mode: 0644]
src/alire/alire-properties-environment.ads [new file with mode: 0644]
src/alire/alire-properties-from_toml.ads
src/alire/alire-releases.adb
src/alire/alire-releases.ads
src/alire/alire-toml_adapters.adb
src/alire/alire-toml_adapters.ads
src/alire/alire-toml_keys.ads
testsuite/tests/index/environment/my_index/index/he/hello.toml [new file with mode: 0644]
testsuite/tests/index/environment/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/index/environment/test.py [new file with mode: 0644]
testsuite/tests/index/environment/test.yaml [new file with mode: 0644]