Bug#988120: Patch for broken cache-entry deserialization

2024-07-15 Thread Jarrod Urban
I can confirm that the problem is still present in the latest versions of jigdo-file. The patch from Mike fixed the issue for me. I was able to build my own debian package with it. Any chance we can get the patch added to the Debian package? Please let me know if I should add any more informat

Bug#988120: Patch for broken cache-entry deserialization

2022-07-10 Thread Mike Paul
Tags: patch I've also observed this problem, that Jigdo ignores the cache and re- scans all the files every time. I did some debugging and tracked it down to a one-line mistake that's easy to fix: diff --git a/src/scan.cc b/src/scan.cc index 9ce598e..b031680 100644 --- a/src/scan.cc +++ b/src/sc