Files
LibreELEC.tv/scripts
MilhouseVH fe1dd1e8ac buildsystem: use an update lock when updating image and sysroot
cp (and potentially mkdir -p) are not atomic, and we have seen situations where two packages
concurrently copying the same file (eg. the udev rule for xf86-video-nvidia and
xf86-video-nvidia-legacy) will succeed for one package but the other package fails with
a "file exists" error (as the file didn't exist when it checked, but does exist when it
actually copies the file). Not even cp -f will avoid this issue.

There are several workarounds, but the most practical (and general) solution is to ensure
sequential updates of the image and shared sysroot directories.
2020-01-15 18:49:15 +00:00
..
2019-11-10 02:36:25 +00:00
2019-06-16 03:35:56 +01:00
2018-11-13 06:41:49 +00:00
2019-08-10 22:33:13 +01:00
2019-07-09 00:05:25 +01:00
2019-07-09 00:05:25 +01:00