summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2020-05-29 13:51:36 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2020-06-02 15:28:09 +0200
commit7da4f5619dca76c49358c9885993ec46b69a6bb0 (patch)
treef5bb5008eacb69dbcce55b4945a8f12cb0045a4b
parent05ae5d7cfae9a6eb0c3395c19016df9b14402357 (diff)
downloadmeta-updater-feat/warrior/2020.7.tar.gz
Update garage-push invocation for new clifeat/warrior/2020.7
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--classes/image_types_ostree.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass
index 0bc40f8..3b86b35 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -197,7 +197,7 @@ IMAGE_CMD_ostreepush () {
197 197
198 if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then 198 if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then
199 if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then 199 if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then
200 garage-push -vv --repo=${OSTREE_REPO} \ 200 garage-push --loglevel 0 --repo=${OSTREE_REPO} \
201 --ref=${OSTREE_BRANCHNAME} \ 201 --ref=${OSTREE_BRANCHNAME} \
202 --credentials=${SOTA_PACKED_CREDENTIALS} \ 202 --credentials=${SOTA_PACKED_CREDENTIALS} \
203 --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt \ 203 --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt \