summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2018-06-14 16:21:21 +0200
committerGitHub <noreply@github.com>2018-06-14 16:21:21 +0200
commit7cc01d7b5db6b92a746c3c3ed6dc6478c008895d (patch)
tree9ad1bb9e5b7301addde34123232a4759cbfbf878
parentbe03a3892ada47d7af797170f8c1fe98441fa43d (diff)
parent9e73dbea778a31b51804c7a35679db3400f20005 (diff)
downloadmeta-updater-7cc01d7b5db6b92a746c3c3ed6dc6478c008895d.tar.gz
Merge pull request #337 from rsalveti/garage
garage-push: enable verbose logging by default
-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