summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-02-21 15:16:06 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-04-12 12:10:34 +0200
commit6607b218b3391b5558c6d1fad529c60caf6639c9 (patch)
treed2fbacc9d887b6c2c4541d69e21d99072c2da58e
parent9964b506922a25fa07f9bfee690d4e680fa8d980 (diff)
downloadmeta-updater-6607b218b3391b5558c6d1fad529c60caf6639c9.tar.gz
Update documentation and fix broken link.
Cherry-pick of 48d6d6f7508fd5ab373703af5b0bd99e7e1a20ff from rocko.
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index e074913..bcb0b4d 100644
--- a/README.adoc
+++ b/README.adoc
@@ -123,7 +123,7 @@ The https://github.com/advancedtelematic/aktualizr[aktualizr repo] contains a to
123garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.zip 123garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.zip
124.... 124....
125 125
126You 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. 126You 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].
127 127
128== QA with `oe-selftest` 128== QA with `oe-selftest`
129 129