]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Dec 2024 11:56:34 +0000 (11:56 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 18 Dec 2024 14:35:02 +0000 (06:35 -0800)
commit6e517366cda4c22547ed097ee58126f7dfc56a57
tree1b9c498e5462e23db24a2008c80731cecd854767
parenta12be809144cbca43576d15c0f0f1781eeaf5a27
cve-update-nvd2-native: Tweak to work better with NFS DL_DIR

After much debugging, the corruption issues on the autobuilder appear to
be due to the way sqlite accesses database files. It doesn't change the
file timestamp after making changes, which for reasons unknown, confuses
NFS. As soon as the file is touched, NFS becomes fine again accross the
whole cluster, as if by magic.

We could try and debug further but putting a "touch" call into the code
is easy and harmless. Lets hope this removes this annoying source of
errors.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/meta/cve-update-nvd2-native.bb