summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-02-21 15:16:06 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-02-22 13:52:58 +0100
commit48d6d6f7508fd5ab373703af5b0bd99e7e1a20ff (patch)
treee9cc53273d3e7e21dbc9d7b73d983272d5dbb817
parent321509af3eb079dffd230d9417586dce11884be9 (diff)
downloadmeta-updater-48d6d6f7508fd5ab373703af5b0bd99e7e1a20ff.tar.gz
Update documentation and fix broken link.
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 403e0f8..8246a31 100644
--- a/README.adoc
+++ b/README.adoc
@@ -133,7 +133,7 @@ The https://github.com/advancedtelematic/aktualizr[aktualizr repo] contains a to
133garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.zip 133garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.zip
134.... 134....
135 135
136You can set SOTA_PACKED_CREDENTIALS in your local.conf to make your build results be automatically synchronized with a remote server. Credentials are stored in the JSON format described in the https://github.com/advancedtelematic/aktualizr/blob/master/README.sotatools.adoc[garage-push README]. This JSON file can be optionally stored inside a zip file, although if it is stored this way, the JSON file must be named treehub.json. 136You can set `SOTA_PACKED_CREDENTIALS` in your `local.conf` to automatically synchronize your build results with a remote server. Credentials are stored in an archive as described in the https://github.com/advancedtelematic/aktualizr/blob/master/docs/credentials.adoc[aktualizr documentation].
137 137
138=== QA 138=== QA
139 139