diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2020-05-29 13:51:36 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2020-05-29 13:56:51 +0200 |
commit | c68fee465a027f39c25604ba54095c6718b23da9 (patch) | |
tree | 014a66c6f7376d5964c6483f601b09ae91cc56fa | |
parent | ac389d3042a4fc9158484aadc6d8f206757121aa (diff) | |
download | meta-updater-c68fee465a027f39c25604ba54095c6718b23da9.tar.gz |
Update garage-push invocation for new clirls/2020.7
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r-- | classes/image_types_ostree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index bab4ed7..fd38d28 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -196,7 +196,7 @@ IMAGE_CMD_ostreepush () { | |||
196 | 196 | ||
197 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then | 197 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then |
198 | if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then | 198 | if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then |
199 | garage-push -vv --repo=${OSTREE_REPO} \ | 199 | garage-push --loglevel 0 --repo=${OSTREE_REPO} \ |
200 | --ref=${OSTREE_BRANCHNAME} \ | 200 | --ref=${OSTREE_BRANCHNAME} \ |
201 | --credentials=${SOTA_PACKED_CREDENTIALS} \ | 201 | --credentials=${SOTA_PACKED_CREDENTIALS} \ |
202 | --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt \ | 202 | --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt \ |