summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2017-08-10 11:37:09 +0200
committerGitHub <noreply@github.com>2017-08-10 11:37:09 +0200
commitcae622f61dae32ba5d4e96678e173afbe3637f9f (patch)
tree70c72493a81bc9a15d0433b85bc81b8bee613271 /README.adoc
parent34d5f757a86a7e8e1db3e19f2fb33e90e3f33584 (diff)
parente59b7e959695a31b109b873e7de420cf947e22b8 (diff)
downloadmeta-updater-cae622f61dae32ba5d4e96678e173afbe3637f9f.tar.gz
Merge pull request #110 from advancedtelematic/bugfix/PRO-3484/avoid-build-unzip
Bugfix/pro 3484/avoid build unzip
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index d625780..9615f65 100644
--- a/README.adoc
+++ b/README.adoc
@@ -115,7 +115,7 @@ ostree admin deploy --os=agl agl-snapshot:agl-ota
115 115
116=== SOTA tools 116=== SOTA tools
117 117
118SOTA tools now contains only one tool, garage-push that 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 follws: 118SOTA tools currently contains only one 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:
119 119
120.... 120....
121garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.json 121garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.json