all commentaries ok
This commit is contained in:
parent
096925eba7
commit
4f87d9d5b9
2 changed files with 6 additions and 12 deletions
|
|
@ -228,8 +228,7 @@ We have this result:
|
||||||
|
|
||||||
The `https_proxy` variable's value is indeed modified, but the default value is still a calculated value (so the default value is indeed the value of the variable `http_proxy.address`, i.e., `"http.proxy.net"`), while the value defined by the user is `https.proxy.net`.
|
The `https_proxy` variable's value is indeed modified, but the default value is still a calculated value (so the default value is indeed the value of the variable `http_proxy.address`, i.e., `"http.proxy.net"`), while the value defined by the user is `https.proxy.net`.
|
||||||
|
|
||||||
The Rougial CLI always displays the default value of a variable, even if a value has been assigned to it, meaning the default value is not used.
|
The Rougail CLI output usually displays the default value of a variable, even if a value has been assigned to this variable, meaning the default value is not used. Here we see that the variable's default value is not changed, but rather its actual value.
|
||||||
Here we see that the variable's default value is not changed, but rather its actual value.
|
|
||||||
|
|
||||||
.. keypoints:: Key points progress
|
.. keypoints:: Key points progress
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -220,9 +220,6 @@ Here is our dynamically built familiy in situation in the :file:`firefox/20-manu
|
||||||
variable: __.http_proxy.port
|
variable: __.http_proxy.port
|
||||||
...
|
...
|
||||||
|
|
||||||
When we launch the Rougail CLI, we can see the concrete families
|
|
||||||
and variables that have been created:
|
|
||||||
|
|
||||||
Here is the user data file on which we will launch the Rougail CLI:
|
Here is the user data file on which we will launch the Rougail CLI:
|
||||||
|
|
||||||
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_060/config/01/config.yml
|
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_060/config/01/config.yml
|
||||||
|
|
@ -247,9 +244,6 @@ Here is the user data file on which we will launch the Rougail CLI:
|
||||||
..
|
..
|
||||||
rougail -m firefox/ -u yaml -yf config/01/config.yml
|
rougail -m firefox/ -u yaml -yf config/01/config.yml
|
||||||
|
|
||||||
|
|
||||||
The Rougail CLI outputs this:
|
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
:url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_060/config/01/output_ro.html
|
:url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_060/config/01/output_ro.html
|
||||||
:class: output
|
:class: output
|
||||||
|
|
@ -290,9 +284,7 @@ A conditional disabled variable with dynamic identifier
|
||||||
|
|
||||||
git switch --detach v1.1_061
|
git switch --detach v1.1_061
|
||||||
|
|
||||||
Here is the final version of the HTTPS and SOCKS structure file:
|
Here is the final version of the HTTPS and SOCKS structure file, we have added:
|
||||||
|
|
||||||
We have added:
|
|
||||||
|
|
||||||
- a conditional hidden family property
|
- a conditional hidden family property
|
||||||
- a default value
|
- a default value
|
||||||
|
|
@ -340,7 +332,10 @@ We have added:
|
||||||
...
|
...
|
||||||
|
|
||||||
The disabled `property` is assigned here to the `version` variable
|
The disabled `property` is assigned here to the `version` variable
|
||||||
in the case where the identifier is HTTPS.
|
in the case where the identifier is `HTTPS`.
|
||||||
|
|
||||||
|
This means that when the current dynamically built family is determined by the identifier `HTTPS`, the variable `version` is disabled
|
||||||
|
(therefore considered as non-existent) and when the identifier is `SOCKS` the variable is present (it is accessible).
|
||||||
|
|
||||||
..
|
..
|
||||||
version:
|
version:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue