summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-05-09 15:45:37 -0300
committerRicardo Salveti <ricardo@opensourcefoundries.com>2018-06-12 17:21:12 -0300
commit9e73dbea778a31b51804c7a35679db3400f20005 (patch)
treeacaf3ef720c36dc31dcf277964a130cfaa73d0b8
parent642559cd005076bc4f53fd066b8ce4a62be72864 (diff)
downloadmeta-updater-9e73dbea778a31b51804c7a35679db3400f20005.tar.gz
garage-push: enable verbose logging by default
Make garage-push logs more useful in case of errors when pushing to the OTA+ server. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.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 bc44e33..30bfedf 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -165,7 +165,7 @@ IMAGE_CMD_ostreepush () {
165 # Print warnings if credetials are not set or if the file has not been found. 165 # Print warnings if credetials are not set or if the file has not been found.
166 if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then 166 if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then
167 if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then 167 if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then
168 garage-push --repo=${OSTREE_REPO} \ 168 garage-push -vv --repo=${OSTREE_REPO} \
169 --ref=${OSTREE_BRANCHNAME} \ 169 --ref=${OSTREE_BRANCHNAME} \
170 --credentials=${SOTA_PACKED_CREDENTIALS} \ 170 --credentials=${SOTA_PACKED_CREDENTIALS} \
171 --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt 171 --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt