diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-01-07 14:14:42 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-02-14 17:50:49 +0100 |
commit | 8b3e297a4db6553705ffde14e2250c01cad822b9 (patch) | |
tree | 3e7c3904d01b98a436589e6850749872e15d184f /scripts/lib | |
parent | 50ac567d929a1b6db99ab01196d0b4eda9f15aa8 (diff) | |
download | meta-updater-8b3e297a4db6553705ffde14e2250c01cad822b9.tar.gz |
image_garagesign: Use a lock to fix concurrency problems.
We remove GARAGE_SIGN_REPO at the start and end of this task, which
causes trouble if two images call this task at the same time. This
probably could be fixed in a better fashion (like putting the repo in an
image-specific subdirectory) but this is quick and easy, and the task
usually doesn't take long to run, so the lack of parallelization is not
a big loss.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions