diff options
author | Xavier Gully <42768701+xaviergully@users.noreply.github.com> | 2018-11-06 14:32:27 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-11-09 10:17:24 +0100 |
commit | 293b8afbf4dc884ea19015ae35fb0694083be0f3 (patch) | |
tree | dd0edd42cff38945c1e887b378efcf6dc2441af2 /README.adoc | |
parent | 9659ce1222e13462d92881a351e3614f3712c784 (diff) | |
download | meta-updater-293b8afbf4dc884ea19015ae35fb0694083be0f3.tar.gz |
Update README.adoc
Update the reference to https://connect.ota.here.com
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 0eb0451..177e788 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -128,7 +128,7 @@ ostree admin deploy --os=agl agl-snapshot:agl-ota | |||
128 | 128 | ||
129 | === garage-push | 129 | === garage-push |
130 | 130 | ||
131 | The https://github.com/advancedtelematic/aktualizr[aktualizr repo] contains a tool, garage-push, which lets you push the changes in OSTree repository generated by bitbake process. It communicates with an http server capable of querying files with HEAD requests and uploading them with POST requests. In particular, this can be used with http://www.atsgarage.com/[ATS Garage]. garage-push is used as follows: | 131 | The https://github.com/advancedtelematic/aktualizr[aktualizr repo] contains a tool, garage-push, which lets you push the changes in OSTree repository generated by bitbake process. It communicates with an http server capable of querying files with HEAD requests and uploading them with POST requests. In particular, this can be used with https://connect.ota.here.com/[HERE OTA Connect]. garage-push is used as follows: |
132 | 132 | ||
133 | .... | 133 | .... |
134 | garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.zip | 134 | garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.zip |