diff options
| author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-02-23 17:20:02 -0300 |
|---|---|---|
| committer | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-04-02 17:01:25 -0300 |
| commit | 1fe83c8db96a15bb0e747cb99db052fe8e1925cf (patch) | |
| tree | 9d577dd4d3508fe4d77af05192d50c877b00d0ca | |
| parent | 2619e3f3312713f4077d83b2f2e5f9c7de66d12b (diff) | |
| download | meta-updater-1fe83c8db96a15bb0e747cb99db052fe8e1925cf.tar.gz | |
image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after push
Avoid exposing the sign repo after the build is completed.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| -rw-r--r-- | classes/image_types_ostree.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 5893e8d..10576aa 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
| @@ -214,6 +214,7 @@ IMAGE_CMD_garagesign () { | |||
| 214 | bbwarn "Push to garage repository has failed, retrying" | 214 | bbwarn "Push to garage repository has failed, retrying" |
| 215 | fi | 215 | fi |
| 216 | done | 216 | done |
| 217 | rm -rf ${GARAGE_SIGN_REPO} | ||
| 217 | 218 | ||
| 218 | if [ "$push_success" -ne "1" ]; then | 219 | if [ "$push_success" -ne "1" ]; then |
| 219 | bberror "Couldn't push to garage repository" | 220 | bberror "Couldn't push to garage repository" |
