diff options
author | cajun-rat <phil@advancedtelematic.com> | 2017-12-05 17:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 17:13:13 +0100 |
commit | 92471691b021291289b4c73b4f91f4aedd1336c6 (patch) | |
tree | efd667f4f03bfc0b628986f31468ba3d390b6da1 | |
parent | 0668812f5c8d0258a70d7da3aa0a134b32306b2e (diff) | |
parent | c7cc719de50d16f7edd625c15d68a2938f93d1bf (diff) | |
download | meta-updater-92471691b021291289b4c73b4f91f4aedd1336c6.tar.gz |
Merge pull request #198 from advancedtelematic/bugfix/garage-version
Fix garage-sign targets add.
-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 ea3c7a2..56a9720 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -207,7 +207,7 @@ IMAGE_CMD_garagesign () { | |||
207 | push_success=0 | 207 | push_success=0 |
208 | for push_retries in $( seq 3 ); do | 208 | for push_retries in $( seq 3 ); do |
209 | garage-sign targets pull --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} ${reposerver_args} | 209 | garage-sign targets pull --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} ${reposerver_args} |
210 | garage-sign targets add --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} --name ${OSTREE_BRANCHNAME} --format OSTREE --version ${OSTREE_BRANCHNAME} --length 0 --url "https://example.com/" --sha256 ${ostree_target_hash} --hardwareids ${MACHINE} | 210 | garage-sign targets add --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} --name ${OSTREE_BRANCHNAME} --format OSTREE --version ${ostree_target_hash} --length 0 --url "https://example.com/" --sha256 ${ostree_target_hash} --hardwareids ${MACHINE} |
211 | garage-sign targets sign --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} --key-name=targets | 211 | garage-sign targets sign --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} --key-name=targets |
212 | errcode=0 | 212 | errcode=0 |
213 | garage-sign targets push --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} ${reposerver_args} || errcode=$? | 213 | garage-sign targets push --repo ${GARAGE_SIGN_REPO} --home-dir ${GARAGE_SIGN_REPO} ${reposerver_args} || errcode=$? |