diff options
author | Merlin Carter <merlin.carter@here.com> | 2019-08-29 12:36:03 +0200 |
---|---|---|
committer | Merlin Carter <merlin.carter@here.com> | 2019-08-29 12:37:32 +0200 |
commit | 230d0b58f65a9261099f0c75eb166147cd958de0 (patch) | |
tree | 72e04b845479321e28d3286dc07be1958e57732a /docs/modules/ROOT/pages/sota-variables.adoc | |
parent | 8ee9e9c0607d7ce0c057f2cb7454973ddf7a5778 (diff) | |
download | meta-updater-docs/OTA-3594/antora-merge.tar.gz |
OTA-3629: Responding to PR commentsdocs/OTA-3594/antora-merge
- added "tree" instead of "blob" in root path.
- Adding ref to developer guide
- fixed erroneous note.
Signed-off-by: Merlin Carter <merlin.carter@here.com>
Diffstat (limited to 'docs/modules/ROOT/pages/sota-variables.adoc')
-rw-r--r-- | docs/modules/ROOT/pages/sota-variables.adoc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/modules/ROOT/pages/sota-variables.adoc b/docs/modules/ROOT/pages/sota-variables.adoc index 1dbc89a..7614a8a 100644 --- a/docs/modules/ROOT/pages/sota-variables.adoc +++ b/docs/modules/ROOT/pages/sota-variables.adoc | |||
@@ -15,12 +15,6 @@ | |||
15 | | `OSTREE_DEPLOY_DEVICETREE`|Set this to '1' to include devicetree(s) to boot | 15 | | `OSTREE_DEPLOY_DEVICETREE`|Set this to '1' to include devicetree(s) to boot |
16 | | `GARAGE_SIGN_AUTOVERSION`|Set this to '1' to automatically fetch the last version of the garage tools installed by the aktualizr-native. Otherwise use the fixed version specified in the recipe. | 16 | | `GARAGE_SIGN_AUTOVERSION`|Set this to '1' to automatically fetch the last version of the garage tools installed by the aktualizr-native. Otherwise use the fixed version specified in the recipe. |
17 | | `GARAGE_TARGET_URL` | Sets the `--url` parameter of `garage-sign targets add`, which sets a custom URL for the Image repository targets. | 17 | | `GARAGE_TARGET_URL` | Sets the `--url` parameter of `garage-sign targets add`, which sets a custom URL for the Image repository targets. |
18 | ifndef::env-github[] | ||
19 | [NOTE] | ||
20 | ==== | ||
21 | Currently, this only works when using the master branch of meta-updater. | ||
22 | ==== | ||
23 | endif::[] | ||
24 | | `GARAGE_TARGET_EXPIRES` | Sets the `--expires` parameter of `garage-sign targets sign`. Format is a UTC instant such as '2018-01-01T00:01:00Z'. | 18 | | `GARAGE_TARGET_EXPIRES` | Sets the `--expires` parameter of `garage-sign targets sign`. Format is a UTC instant such as '2018-01-01T00:01:00Z'. |
25 | ifndef::env-github[] | 19 | ifndef::env-github[] |
26 | [NOTE] | 20 | [NOTE] |