diff options
author | cajun-rat <p@beta16.co.uk> | 2017-06-28 12:56:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 12:56:48 +0200 |
commit | 964c0354e6bd0c562976b61363b7d8ea6681d810 (patch) | |
tree | c754139a29af196cac355903020e4a315f6b0276 /classes | |
parent | 83af625b2bee24827f4c810b9c8d6a5f413f0ea0 (diff) | |
parent | dc234532add69842295902d35981dba886468da0 (diff) | |
download | meta-updater-964c0354e6bd0c562976b61363b7d8ea6681d810.tar.gz |
Merge pull request #86 from advancedtelematic/feat/pro-3320
Aktualizr updates, including sync()
Diffstat (limited to 'classes')
-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 2a74e51..72d7df5 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -203,7 +203,7 @@ IMAGE_CMD_ostree () { | |||
203 | IMAGE_TYPEDEP_ostreepush = "ostree" | 203 | IMAGE_TYPEDEP_ostreepush = "ostree" |
204 | IMAGE_DEPENDS_ostreepush = "sota-tools-native:do_populate_sysroot" | 204 | IMAGE_DEPENDS_ostreepush = "sota-tools-native:do_populate_sysroot" |
205 | IMAGE_CMD_ostreepush () { | 205 | IMAGE_CMD_ostreepush () { |
206 | if [ ${OSTREE_PUSH_CREDENTIALS} ]; then | 206 | if [ -n "${OSTREE_PUSH_CREDENTIALS}" ]; then |
207 | garage-push --repo=${OSTREE_REPO} \ | 207 | garage-push --repo=${OSTREE_REPO} \ |
208 | --ref=${OSTREE_BRANCHNAME} \ | 208 | --ref=${OSTREE_BRANCHNAME} \ |
209 | --credentials=${OSTREE_PUSH_CREDENTIALS} \ | 209 | --credentials=${OSTREE_PUSH_CREDENTIALS} \ |