summaryrefslogtreecommitdiffstats
path: root/docs/modules/ROOT/pages/sota-variables.adoc
diff options
context:
space:
mode:
authorMerlin Carter <merlin.carter@here.com>2019-08-29 12:36:03 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-09-11 15:44:53 +0200
commit2ecaee697c86c8596ba0306b5ccbfcb31ce274ab (patch)
tree96fcc0d4bf85e2ce7d6ead0fb524044a37c181e0 /docs/modules/ROOT/pages/sota-variables.adoc
parent142e6b5665dc81dd35821b8ca7df54222b22d585 (diff)
downloadmeta-updater-2ecaee697c86c8596ba0306b5ccbfcb31ce274ab.tar.gz
OTA-3629: Responding to PR comments
- 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.adoc6
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.
18ifndef::env-github[]
19[NOTE]
20====
21Currently, this only works when using the master branch of meta-updater.
22====
23endif::[]
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'.
25ifndef::env-github[] 19ifndef::env-github[]
26[NOTE] 20[NOTE]