I've just pushed the change: web: use the full SHA as the <commit>.json file name
which changes the name of each json commit file, which was based on the abbreviated commit hash, from either (yes either!): RESULTS/commits/54f6cd6.json RESULTS/commits/54f6cd6e8.json to the canonical: RESULTS/commits/54f6cd6e827fb4fc48d6443fbfdfd1885d3bb702.json Consequently, the next time 'make kvm-test' is run the new files are going to be generated (slow and one-off). Unfortunately this also leaves the RESULTS/commits/ directory containing the old redundant files. I recommend deleting them (just delete RESULTS/commits/, or even deleting everything in RESULTS/* works). Andrew PS: Yes, depending on the git version the abbreviated commit hash is either 7 or 9 characters long :-( This is the first of a tweaks that deal with it. PPS:The make rules were also simplified and, possibly, made faster - it shouldn't invoke a recursive make as often _______________________________________________ Swan-dev mailing list Swan-dev@lists.libreswan.org https://lists.libreswan.org/mailman/listinfo/swan-dev