generic-poky/bitbake/lib/prserv
Richard Purdie 0304d92a97 bitbake: prserv/db: Avoid fsync() calls
If the power were to fail, it doesn't matter to us much if the data
makes it to disk or not, we'd have other problems. However an fsync()
call on a multi build autobuilder is painful so lets avoid them.

(Bitbake rev: 4eb2dc8048e2722d64d589f453df1ce6262c71b8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-03 11:24:48 +01:00
..
__init__.py bitbake: prserv: Drop StandardError usage 2013-05-09 22:28:24 +01:00
db.py bitbake: prserv/db: Avoid fsync() calls 2014-05-03 11:24:48 +01:00
serv.py bitbake: prserv: Fix exit race issues 2014-03-30 10:10:36 +01:00